Skip Menu |

This queue is for tickets about the DBI CPAN distribution.

Report information
The Basics
Id: 23951
Status: rejected
Priority: 0/
Queue: DBI

People
Owner: Nobody in particular
Requestors: opendev [...] us.ibm.com
Cc: db2perl [...] ca.ibm.com
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.53
Fixed in: (no value)



CC: db2perl [...] ca.ibm.com
Subject: Add support for nested comments
Can you please add support for nested comments? The following code... $stmt = "SELECT * FROM /* /* */ ? */ T1"; $sth = $dbh->prepare($stmt); recognizes the '?' as a placeholder. We printed out DBIc_NUM_PARAMS(statement_handle) and its value was 1 when it should be 0.
Each driver handles the parsing. Please submit a bug to the driver you're using.