]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added a new parameter :paramref:`.Operators.op.is_comparison`. This
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 1 Feb 2014 00:14:08 +0000 (19:14 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 1 Feb 2014 00:14:08 +0000 (19:14 -0500)
commit6b3ecd14eae1a557cffd19da6c82d967586a6d74
tree362fa6f32cb2f7a0f4d32722259ef573b222cdd2
parentb360dbf7ebb7cc5bb290847fdd9818d205244a94
- Added a new parameter :paramref:`.Operators.op.is_comparison`.  This
flag allows a custom op from :meth:`.Operators.op` to be considered
as a "comparison" operator, thus usable for custom
:paramref:`.relationship.primaryjoin` conditions.
doc/build/changelog/changelog_09.rst
doc/build/orm/relationships.rst
lib/sqlalchemy/sql/operators.py
test/orm/test_relationships.py
test/sql/test_operators.py