AdaBase icon indicating copy to clipboard operation
AdaBase copied to clipboard

prepared statements need to recognize "::" tokens

Open jrmarino opened this issue 6 years ago • 0 comments

on postgresql (at least), you might see a prepared statement with "uuid((?)::text)" in it for example. RIght now those colons are being interpreted as variable names (alternatives for "?") rather than part of the query. Make the token analysis smart to handle these.

jrmarino avatar Oct 29 '18 18:10 jrmarino