]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- connection initialize moves to a connection pool event [ticket:1340]
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 21 Mar 2009 19:34:45 +0000 (19:34 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 21 Mar 2009 19:34:45 +0000 (19:34 +0000)
commitefa263de52c61d94b234b93479cad7d20e6d8f00
treea062d61164bd689cbeef2d97d4d1842426767769
parent92a160896910b2a1e5a3fff2b03e04d99a5dc596
- connection initialize moves to a connection pool event [ticket:1340]
- sqlite doesn't support schemas.  not sure if some versions do, but marking those as unsupported for now.
- added a testing.requires callable for schema support.
- standardized the "extra schema" name for unit tests as "test_schema" and "test_schema_2".
- sqlite needs description_encoding (was some other version of pysqlite tested here ?)
- other test fixes.
lib/sqlalchemy/dialects/mssql/base.py
lib/sqlalchemy/dialects/mysql/base.py
lib/sqlalchemy/dialects/mysql/mysqldb.py
lib/sqlalchemy/dialects/sqlite/pysqlite.py
lib/sqlalchemy/engine/strategies.py
test/dialect/postgres.py
test/engine/parseconnect.py
test/engine/reconnect.py
test/engine/reflection.py
test/testlib/requires.py