]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- mysql uses "DESCRIBE [<schemaname>].<tablename>", catching exceptions
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 29 Apr 2007 20:08:55 +0000 (20:08 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 29 Apr 2007 20:08:55 +0000 (20:08 +0000)
commit8d2c9ae434a9026e9a198120c9a7b6faf0346cd7
tree457e9b5a04c209a673bd1c769a2d042a2593d921
parent22278d02b943c005af1d416fd7a7016da535f4a8
- mysql uses "DESCRIBE [<schemaname>].<tablename>", catching exceptions
if table doesnt exist, in order to determine if a table exists.
this supports unicode table names as well as schema names. tested
with MySQL5 but should work with 4.1 series as well. (#557)
CHANGES
lib/sqlalchemy/databases/mysql.py
test/sql/unicode.py