Case insensitive string columns in SQLAlchemy?
Posted
by Timmy
on Stack Overflow
See other posts from Stack Overflow
or by Timmy
Published on 2010-04-21T03:38:08Z
Indexed on
2010/04/21
3:43 UTC
Read the original article
Hit count: 274
python
|sqlalchemy
can i create a case insensitive string column in sqlalchemy? im using sqlite, and theres probaby a way to do it through DB by changing collation, but i want to keep it in sqlalchemy/python.
© Stack Overflow or respective owner