]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added indexes to schema/ansisql/engine
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 18 Feb 2006 20:33:20 +0000 (20:33 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 18 Feb 2006 20:33:20 +0000 (20:33 +0000)
commit55ce6851e08daeba3be8e8c32d9e4618e53a8d5e
tree6b6e473f166fd0f11addc7ad9b7775b7ef198bdd
parent38dfca8c7f69aa578299035145d1359984edcf83
added indexes to schema/ansisql/engine
slightly different index syntax for mysql
fixed mysql Time type to convert from a timedelta to time
tweaks to date unit tests for mysql
lib/sqlalchemy/ansisql.py
lib/sqlalchemy/databases/mysql.py
lib/sqlalchemy/engine.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql.py
test/alltests.py
test/indexes.py [new file with mode: 0644]
test/testtypes.py