AdaBase
AdaBase copied to clipboard
prepared statements need to recognize "::" tokens
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.