Could someone help me to set different collation in sqlAlchemy against
Sqlite DB? I tried to execute something like SELECT
icu_load_collation('pl_PL', 'POLISH') when getting a connection but
couldn't
reference the collation sequence when creating the table object, I
keep
getting the following error.
*sqlite3.OperationalError: no such collation sequence: POLISH*
--
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sqlalchemy?hl=en.