summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2018-07-10 23:15:33 -0400
committerGerrit Code Review <gerrit@ci.zzzcomputing.com>2018-07-10 23:15:33 -0400
commit5fedaa0eb805eb1032ea1f9e39123bbde3629e52 (patch)
treed3cdd58bc0d940d7ba0da21757bc53a9b411913b /doc
parent62d59088dfe86d7ecabd85ad626ee108b668acc5 (diff)
parent321265aa3b6a8aeb275dd570756a5826bd8f88b2 (diff)
downloadsqlalchemy-5fedaa0eb805eb1032ea1f9e39123bbde3629e52.tar.gz
Merge "Add all "like", "between", "is" operators as comparison operators"
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_13/4302.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_13/4302.rst b/doc/build/changelog/unreleased_13/4302.rst
new file mode 100644
index 000000000..0eeda694f
--- /dev/null
+++ b/doc/build/changelog/unreleased_13/4302.rst
@@ -0,0 +1,10 @@
+.. change::
+ :tags: bug, sql
+ :tickets: 4302
+
+ Added "like" based operators as "comparison" operators, including
+ :meth:`.ColumnOperators.startswith` :meth:`.ColumnOperators.endswith`
+ :meth:`.ColumnOperators.ilike` :meth:`.ColumnOperators.notilike` among many
+ others, so that all of these operators can be the basis for an ORM
+ "primaryjoin" condition.
+