On MySQL we need to translate:
* {{cast(string as String(10))}} to {{cast(string as char(10))}} * {{cast(string as Binary(10))}} to {{cast(string as binary(10))}}
Note that {{DdlTypeImpl}} needs a significant enhancement to support this.
(This appeared to be working before because the lengths were simply being ignored by {{SemanticQueryBuilder}}.) |
|