]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- got unicode schemas to work with postgres
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 15 Apr 2007 22:04:53 +0000 (22:04 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 15 Apr 2007 22:04:53 +0000 (22:04 +0000)
commit07cd648f3f34e0dac42304e16e2ecb7d992a2859
tree6c186445ebcc8ab4334c2eaac1ef9ce00a31e8ff
parentad39d4fc1cea4de1ab14341bdfc0e6d833edacfe
- got unicode schemas to work with postgres
- unicode schema with mysql slightly improved, still cant do has_table
- got reflection of unicode schemas working with sqlite, pg, mysql
CHANGES
lib/sqlalchemy/databases/mysql.py
lib/sqlalchemy/databases/postgres.py
lib/sqlalchemy/databases/sqlite.py
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/sql.py
test/sql/unicode.py