rust_mysql_common icon indicating copy to clipboard operation
rust_mysql_common copied to clipboard

parse_named_params is does not handle escaped idents

Open aljazerzen opened this issue 11 months ago • 1 comments

Following query fails:

INSERT INTO `my:table` VALUES (?);

... with MixedParams, since it thinks :table is a param.

aljazerzen avatar Mar 26 '24 13:03 aljazerzen

Published. Please invoke cargo update. I'll keep this open until better parser is implemented.

blackbeam avatar Apr 01 '24 11:04 blackbeam