Following query fails: ``` INSERT INTO `my:table` VALUES (?); ``` ... with `MixedParams`, since it thinks `:table` is a param.
Following query fails:
... with
MixedParams, since it thinks:tableis a param.