]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- re-fixed the fix to the prefixes fix
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 6 Jul 2008 00:47:56 +0000 (00:47 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 6 Jul 2008 00:47:56 +0000 (00:47 +0000)
commit93c706a03bc809e21208cb6e9f76b23ed6d2ff19
tree7ef22c33d3f91def664acc5761b62bb06ccb8b80
parent0f42004deeab823398571986ff4a75eb536267ea
- re-fixed the fix to the prefixes fix
- removed ancient descriptor() functions from dialects; replaced with Dialect.name
- removed similarly ancient sys.modules silliness in Engine.name
12 files changed:
lib/sqlalchemy/databases/access.py
lib/sqlalchemy/databases/firebird.py
lib/sqlalchemy/databases/informix.py
lib/sqlalchemy/databases/maxdb.py
lib/sqlalchemy/databases/mssql.py
lib/sqlalchemy/databases/mysql.py
lib/sqlalchemy/databases/oracle.py
lib/sqlalchemy/databases/postgres.py
lib/sqlalchemy/databases/sqlite.py
lib/sqlalchemy/databases/sybase.py
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/sql/compiler.py