]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- some cleanup of reflection unit tests
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 4 Apr 2007 23:06:39 +0000 (23:06 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 4 Apr 2007 23:06:39 +0000 (23:06 +0000)
commit73732b8a80e69a5e7234463a78c61a12c41e28e5
tree2d1aaeef5d378d7bc75dbde35efb98f26f98d1e7
parentf4c17daacba4862a545ebb1f7b95e053a0e9165e
- some cleanup of reflection unit tests
- removed silly behavior where sqlite would reflect UNIQUE indexes
as part of the primary key (?!)
- added __contains__ support to ColumnCollection; contains_column() method should be removed
CHANGES
lib/sqlalchemy/databases/sqlite.py
lib/sqlalchemy/sql.py
test/engine/reflection.py