rust_mysql_common
rust_mysql_common copied to clipboard
parse_named_params is does not handle escaped idents
Following query fails:
INSERT INTO `my:table` VALUES (?);
... with MixedParams
, since it thinks :table
is a param.
Published. Please invoke cargo update
.
I'll keep this open until better parser is implemented.