You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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!)