]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Added the ability to strip the schema when using tometadata by passing schema=None...
authorMichael Trier <mtrier@gmail.com>
Thu, 25 Feb 2010 06:34:37 +0000 (06:34 +0000)
committerMichael Trier <mtrier@gmail.com>
Thu, 25 Feb 2010 06:34:37 +0000 (06:34 +0000)
commite759031b16520a1389cd705c7a6c15cc894b226d
treea6a32abdd7ef3d698376cad9adfa925d583cdc14
parent5b5e2df00b782ac59500f0759b64d5c07d2e9d16
Added the ability to strip the schema when using tometadata by passing schema=None as an argument. Fixes #1673.
CHANGES
lib/sqlalchemy/schema.py
test/engine/test_metadata.py