summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/operators.py
Commit message (Expand)AuthorAgeFilesLines
* happy new year 2023Mike Bayer2023-01-031-1/+1
* clarify precedence docsMike Bayer2022-10-031-7/+14
* use concat() directly for contains, startswith, endswithMike Bayer2022-07-171-1/+16
* Docs Update - Add **kwargs to CaseInsensitiveComparator docs (#8063)Justin Crown2022-06-041-2/+2
* favor bool_op over op in comparisonMike Bayer2022-05-181-6/+12
* happy new year 2022Mike Bayer2022-01-061-1/+1
* repair any_() / all_() "implicit flip" behavior for NoneMike Bayer2021-10-041-29/+14
* Replace all http:// links to https://Federico Caselli2021-07-041-2/+2
* Implement MySQL-specific MATCHAnton Kovalevich2021-06-211-0/+6
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-1/+1
* happy new yearMike Bayer2021-01-041-1/+1
* Apply underscore naming to several more operatorsjonathan vanasco2020-10-301-40/+124
* Rename Core expression isnot, not_in_jonathan vanasco2020-09-141-12/+35
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-8/+8
* Add support for regular expression on supported backend.Federico Caselli2020-08-271-1/+108
* Fix typosKarthikeyan Singaravelan2020-08-091-1/+1
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-32/+0
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-4/+4
* Set up absolute references for create_engine and relatedMike Bayer2020-04-141-1/+1
* Run search and replace of symbolic module namesMike Bayer2020-04-141-22/+22
* Correct ambiguous func / class linksMike Bayer2020-03-251-4/+4
* happy new yearMike Bayer2020-01-011-1/+1
* Use expanding IN for all literal value IN expressionsMike Bayer2019-12-221-21/+7
* Add note on the use of tuple_() for the IN operator in the docsStepland2019-09-161-0/+6
* self_group() for FunctionFilterMike Bayer2019-07-121-0/+5
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-2/+2
* Reimplement .compare() in terms of a visitorMike Bayer2019-04-291-0/+5
* Fix many spell glitchesLele Gaifax2019-01-251-4/+4
* Convert most "See also" phrases into .. seealso::Mike Bayer2019-01-151-5/+5
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-151-10/+0
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-21/+20
* Run black -l 79 against all source filesMike Bayer2019-01-061-49/+60
* document expanding bound parameters, in_(), and baked query use casesMike Bayer2018-08-271-12/+76
* Add concept of "implicit boolean", treat as nativeMike Bayer2018-08-151-0/+6
* Add all "like", "between", "is" operators as comparison operatorsMike Bayer2018-07-101-7/+36
* support functions "as binary comparison"Mike Bayer2018-07-091-1/+7
* happy new yearMike Bayer2018-01-121-1/+1
* - call this 1.2.0Mike Bayer2017-12-261-3/+3
* Rework autoescape to be a simple boolean; escape the escape characterMike Bayer2017-10-241-81/+247
* Support method form of any_(), all_()Mike Bayer2017-09-271-0/+32
* Ensure custom ops have consistent typing behavior, boolean supportMike Bayer2017-09-011-6/+46
* Flatten operator precedence for comparison operatorsMichael Birtwell2017-05-251-12/+13
* Enforce boolean result type for all eq_, is_, isnot, comparisonMike Bayer2017-04-271-1/+2
* Treat collation names as identifiersMike Bayer2017-03-231-1/+7
* New features from python 2.7Катаев Денис2017-03-171-2/+2
* Add "empty in" strategies; default to "static"Mike Bayer2017-03-141-1/+31
* add autoescape option to startswith, endswith, and containsDiana Clarke2017-03-141-13/+110
* - correctly document LIKE / ILIKE, fixes #3890Mike Bayer2017-01-161-6/+16
* Support python3.6Mike Bayer2017-01-131-1/+1