You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
String and Text both support a "collation" option to set the encoding of the parameter:
collation
Optional, a column-level collation for use in DDL and CAST expressions. Renders using the COLLATE keyword supported by SQLite, MySQL, and PostgreSQL. E.g.:
String and Text both support a "collation" option to set the encoding of the parameter:
We could allow users to specify a CCSID here, eg.
I think we target this for a future version.
The text was updated successfully, but these errors were encountered: