[sqlalchemy] Collation and Column()

2010-02-10 Thread Christoph Burgmer
Having collations on a per-column basis in MySQL and SQLite, I'd like to specify the collation when creating tables/views. I have been trying google and source for some hours now, and it seems there's just no way to handle it easily with SA. MySQL has support via private VARCHAR, but SQLite has

Re: [sqlalchemy] Collation and Column()

2010-02-10 Thread Michael Bayer
On Feb 10, 2010, at 5:04 PM, Christoph Burgmer wrote: Having collations on a per-column basis in MySQL and SQLite, I'd like to specify the collation when creating tables/views. I have been trying google and source for some hours now, and it seems there's just no way to handle it easily with