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.