diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2018-07-10 23:15:33 -0400 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@ci.zzzcomputing.com> | 2018-07-10 23:15:33 -0400 |
| commit | 5fedaa0eb805eb1032ea1f9e39123bbde3629e52 (patch) | |
| tree | d3cdd58bc0d940d7ba0da21757bc53a9b411913b /doc | |
| parent | 62d59088dfe86d7ecabd85ad626ee108b668acc5 (diff) | |
| parent | 321265aa3b6a8aeb275dd570756a5826bd8f88b2 (diff) | |
| download | sqlalchemy-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.rst | 10 |
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. + |
