summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/operators.py
Commit message (Expand)AuthorAgeFilesLines
* Remove old versionadded and versionchangedFederico Caselli2023-04-121-9/+0
* implement content hashing for custom_op, not identityMike Bayer2023-03-181-2/+18
* Dedicated bitwise operatorsjazzthief2023-02-061-0/+120
* add typing to legacy operatorsMike Bayer2023-01-261-23/+174
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Try running pyupgrade on the codeFederico Caselli2022-11-161-4/+4
* clarify precedence docsMike Bayer2022-10-031-7/+14
* implement icontains, istartswith, iendswith operatorsMatias Martinez Rebori2022-09-081-0/+288
* 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
* use plainto_tsquery for PG matchMike Bayer2022-05-221-1/+7
* favor bool_op over op in comparisonMike Bayer2022-05-181-6/+13
* run zimports to match pref changesMike Bayer2022-05-061-2/+0
* update flake8 noqa skips with proper syntaxFederico Caselli2022-04-111-1/+1
* pep-484 - SQL column operationsMike Bayer2022-03-151-157/+206
* pep484 + abc bases for assocaitionproxyMike Bayer2022-03-011-9/+5
* pep-484 for sqlalchemy.event; use future annotationsMike Bayer2022-02-151-0/+2
* Fix overlapping slots, base classes without slotsArie Bovenberg2022-02-011-0/+2
* initial reorganize for static typingMike Bayer2022-01-121-101/+250
* happy new year 2022Mike Bayer2022-01-061-1/+1
* implement python_impl to custom_op for basic ORM evaluator extensibilityMike Bayer2022-01-041-5/+65
* consider truediv as truediv; support floordiv operatorMike Bayer2021-12-261-1/+28
* Clean up most py3k compatFederico Caselli2021-11-241-1/+1
* Remove object in class definitionFederico Caselli2021-11-221-2/+2
* First round of removal of python 2Federico Caselli2021-11-011-25/+2
* 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