summaryrefslogtreecommitdiff
path: root/test/sql/test_operators.py
Commit message (Expand)AuthorAgeFilesLines
* Warn when caching is disabled / documentMike Bayer2021-12-061-0/+8
* Clean up most py3k compatFederico Caselli2021-11-241-4/+5
* Remove object in class definitionFederico Caselli2021-11-221-2/+2
* change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quotingMike Bayer2021-11-091-17/+19
* First round of removal of python 2Federico Caselli2021-11-011-3/+1
* Remove deprecated dialects and driversFederico Caselli2021-10-311-17/+0
* repair any_() / all_() "implicit flip" behavior for NoneMike Bayer2021-10-041-1/+49
* Modernize tests - select(whereclause)Gord Thompson2021-07-041-18/+24
* Update black flak8 and zimportsFederico Caselli2021-05-121-1/+1
* set bindparam.expanding in coercion againMike Bayer2021-05-101-6/+46
* Merge "don't cache TypeDecorator by default"mike bayer2021-05-061-0/+5
|\
| * don't cache TypeDecorator by defaultMike Bayer2021-05-061-0/+5
* | Parenthesize for empty not inMike Bayer2021-05-051-29/+84
|/
* Fit literal compile of empty in on a tupleFederico Caselli2021-04-161-4/+37
* Infer types in BindParameter when expanding=TrueMike Bayer2021-04-081-0/+37
* Ensure Grouping._with_binary_element_type() maintains classMike Bayer2021-04-021-0/+16
* Apply percent sign escaping to op(), custom_op()Mike Bayer2021-03-091-0/+69
* Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-3/+10
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-4/+4
* Apply underscore naming to several more operatorsjonathan vanasco2020-10-301-22/+25
* upgrade to black 20.8b1Mike Bayer2020-09-281-3/+3
* Rename Core expression isnot, not_in_jonathan vanasco2020-09-141-8/+12
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-75/+62
* Merge "internal test framework files for standardization of is_not/not_in;"mike bayer2020-08-301-3/+3
|\
| * internal test framework files for standardization of is_not/not_in;jonathan vanasco2020-08-291-3/+3
* | Add support for regular expression on supported backend.Federico Caselli2020-08-271-0/+175
|/
* Deliver straight BinaryExpr w/ no negate for any() / all()Mike Bayer2020-08-181-0/+18
* Create a real type for Tuple() and handle appropriately in compilerMike Bayer2020-08-171-2/+3
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-1/+1
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-0/+9
* Refine IN and scalar subquery coercionsMike Bayer2020-06-011-0/+125
* Rework select(), CompoundSelect() in terms of CompileStateMike Bayer2020-03-101-7/+22
* Deprecate empty or_() and and_()Federico Caselli2020-01-251-4/+59
* apply asbool reduction to the onclause in join()Mike Bayer2020-01-171-0/+37
* Use expanding IN for all literal value IN expressionsMike Bayer2019-12-221-93/+47
* Add type accessors for JSON indexed/pathed element accessMike Bayer2019-11-111-0/+42
* Add anonymizing context to cache keys, comparison; convert traversalMike Bayer2019-11-041-0/+3
* Implement facade for pytest parametrize, fixtures, classlevelMike Bayer2019-10-201-188/+127
* SelectBase no longer a FromClauseMike Bayer2019-07-061-1/+11
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-15/+58
* Reimplement .compare() in terms of a visitorMike Bayer2019-04-291-2/+15
* negate True/False separately from other elementsMike Bayer2019-04-181-0/+16
* Fix many spell glitchesLele Gaifax2019-01-251-2/+2
* Post black reformattingMike Bayer2019-01-061-60/+65
* Run black -l 79 against all source filesMike Bayer2019-01-061-1049/+978
* Add concept of "implicit boolean", treat as nativeMike Bayer2018-08-151-1/+33
* Fix collections ABC access before Python 3.8Nathaniel Knight2018-08-011-1/+1
* Rework autoescape to be a simple boolean; escape the escape characterMike Bayer2017-10-241-18/+49
* Support method form of any_(), all_()Mike Bayer2017-09-271-0/+38
* Ensure custom ops have consistent typing behavior, boolean supportMike Bayer2017-09-011-2/+31