Hi,
I want to create a table with fulltext index using sqlalchemy.
My database type is sqlite, according to this thread in the mailing list:
http://www.mail-archive.com/[email protected]/msg12732.html
I should put " sqlite_using='fts3' " at the end of my table declaration.

Does the above syntax work for mysql databases too? if not, how should I
change it?
Is there any database-independent approach to the job?

Thanks.

-- 
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.

Reply via email to