Sqlalchemy-sqlite-enum

24 views
Skip to first unread message

Scripper

unread,
Aug 15, 2008, 10:18:21 AM8/15/08
to sqlalchemy
hello,
how can i enable enum Datatype in my Sqlite using Alchemy?

Kipb

unread,
Aug 15, 2008, 11:09:25 PM8/15/08
to sqlalchemy
It appears there is no enum datatype in Sqlite.
See the Sqlite source code, function sqlite3AffinityType
(sqlite users may be amused by how column datatype
is parsed on table creation... I sure was!)

Or see http://www.google.com/search?q=site:sqlite.org+enum

Here is ENUM in MySQL:
http://dev.mysql.com/doc/refman/5.0/en/enum.html
Reply all
Reply to author
Forward
0 new messages