]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- convert @provide_metadata to use self access
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Mar 2011 01:40:05 +0000 (21:40 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Mar 2011 01:40:05 +0000 (21:40 -0400)
commitebd0fdad737c2ee79e9cde90f350a705307be578
tree279925102029d3c4747d693fa2027c09c18ae87f
parente3dbb87d94e9caaec66bb141852fcd53caec3dea
- convert @provide_metadata to use self access
- having occasional issues with BasicEntity grabbing, if it persists
may have to pass an explicit base class into setup_classes()/setup_mappers()
16 files changed:
test/dialect/test_firebird.py
test/dialect/test_mssql.py
test/dialect/test_oracle.py
test/dialect/test_postgresql.py
test/dialect/test_sqlite.py
test/engine/_base.py
test/engine/test_execute.py
test/engine/test_reflection.py
test/lib/engines.py
test/lib/testing.py
test/orm/_fixtures.py
test/orm/test_mapper.py
test/orm/test_query.py
test/sql/test_defaults.py
test/sql/test_metadata.py
test/sql/test_types.py