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
Nice work ! do you support parsing placeholders ? LIKE "SELECT a,b,c FROM table WHERE a = ?" ? This are used in prepared statements queries.
Also Looking to the code (I might be wrong) is that you consider a function an IDENTIFIER followed by '(' but only built-in functions follow this rule. The other functions can have one or more spaces in between (but again I didn't checked this)
Silviu
The text was updated successfully, but these errors were encountered:
Hello,
Nice work ! do you support parsing placeholders ? LIKE "SELECT a,b,c FROM table WHERE a = ?" ? This are used in prepared statements queries.
Also Looking to the code (I might be wrong) is that you consider a function an IDENTIFIER followed by '(' but only built-in functions follow this rule. The other functions can have one or more spaces in between (but again I didn't checked this)
Silviu
The text was updated successfully, but these errors were encountered: