]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- moved unicode schema ORM tests to unitofwork.py tests. mostly
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 15 Aug 2007 16:48:57 +0000 (16:48 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 15 Aug 2007 16:48:57 +0000 (16:48 +0000)
commit2708a3489e342ab9cf64b0aa4ab027b4a45c629f
tree42d2b03d59722a6741da9898635e144127b3fffc
parent01d0d7b85df38abade9692e62af19d079583da96
- moved unicode schema ORM tests to unitofwork.py tests.  mostly
is to test mappers so limited DB support (really hard to get these unicode schemas
to work...)
- fixed [ticket:739]
lib/sqlalchemy/orm/mapper.py
test/orm/fixtures.py
test/orm/unitofwork.py
test/sql/unicode.py