]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
mysql table introspection uses 'describe' to work with 3/4/5
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Jan 2006 01:23:55 +0000 (01:23 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Jan 2006 01:23:55 +0000 (01:23 +0000)
commit1117b0bf814fa35048e5f420778189d7e8ad8f41
tree8d97017b5155c6d55f9ec4c0422b70bfbceaa81b
parentf9f80215918346582ba262ff1e2e63e4ea17a8f7
mysql table introspection uses 'describe' to work with 3/4/5
no foreign key introspection available, sorry !
lib/sqlalchemy/databases/mysql.py
test/engines.py