You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. execute this code :
$sql = 'SELECT [CONCAT(a, b)] from c';
$parser = new PHPSQLParser($sql, true);
2. script dies with this message :
cannot calculate position of b) within , b)] from c
What is the expected output? What do you see instead?
The documentation says the query should be well-formed, so this is probably
more of an enhancement request. Would it be possible to throw an Exception
instead of using 'die' and 'exit' in the library?
Or is there an easy way for the client code to recover from such an error?
What version of the product are you using? On what operating system?
r235 on windows7
Please provide any additional information below.
Original issue reported on code.google.com by nderm...@adequasys.com on 22 Apr 2012 at 6:30
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
nderm...@adequasys.com
on 22 Apr 2012 at 6:30The text was updated successfully, but these errors were encountered: