]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added test suite to test improved from_obj/join behavior with Query/eagerloading...
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Sep 2006 04:53:00 +0000 (04:53 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Sep 2006 04:53:00 +0000 (04:53 +0000)
commit2fad6acf54241df43030d387c7c9ac3f54df3af5
tree6e71ac9fb1f439bb5dcdc52785a6df6f4b3d02df
parent93caa5da2e2174e5a5f059269fcd9eae66f69306
- added test suite to test improved from_obj/join behavior with Query/eagerloading/SelectResults
- EagerLoader looks more carefully for the correct Table/Join/FromClause to bind its outer join onto
- sqlite boolean datatype converts bind params from python booleans to integer
- took out assertion raise from 'name' property of CompoundSelect
CHANGES
lib/sqlalchemy/databases/sqlite.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/sql.py