]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- `expression.null()` is fully understood the same way
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 12 Oct 2009 22:29:08 +0000 (22:29 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 12 Oct 2009 22:29:08 +0000 (22:29 +0000)
commit87824331c6f455a32e1e48a0bac5dcb3d77d551f
treec64c760afab7660ee04d168fe156f8e3e9a168fe
parentb16f1ca427893de7c3b7bf5bb861115db9203b05
- `expression.null()` is fully understood the same way
None is when comparing an object/collection-referencing
attribute within query.filter(), filter_by(), etc.
[ticket:1415]
CHANGES
lib/sqlalchemy/orm/properties.py
test/orm/test_query.py