]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- check for NoneType too with unicode....
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 25 Nov 2007 23:46:05 +0000 (23:46 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 25 Nov 2007 23:46:05 +0000 (23:46 +0000)
commit168bab1cf19c71b55e53e5ed07def2ebe61332f6
treec8f03c63b9031e2ff14453eef49c3934b48561a6
parent6753cb7f72be3fa92fa986ddb185e164af78c6dc
- check for NoneType too with unicode....
- fixed ORM tests to have proper unicode
lib/sqlalchemy/types.py
test/orm/assorted_eager.py
test/orm/eager_relations.py
test/orm/relationships.py