Re: [sqlalchemy] Dealing with l10n fields

2015-07-12 Thread Mike Bayer
On 7/12/15 6:35 AM, Lele Gaifax wrote: Hi all, I'm writing a new application against an existing DB (too bad, it's MySQL :-[) that may contain information in multiple languages. The original author structured the tables like the following: CREATE TABLE products ( ID integer, CODE

[sqlalchemy] Dealing with l10n fields

2015-07-12 Thread Lele Gaifax
Hi all, I'm writing a new application against an existing DB (too bad, it's MySQL :-[) that may contain information in multiple languages. The original author structured the tables like the following: CREATE TABLE products ( ID integer, CODE varchar(20), /* "short" description