summaryrefslogtreecommitdiff
path: root/test/sql/test_compare.py
Commit message (Expand)AuthorAgeFilesLines
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-87/+87
* internal test framework files for standardization of is_not/not_in;jonathan vanasco2020-08-291-5/+5
* Implement relationship AND criteria; global loader criteriaMike Bayer2020-08-051-0/+20
* Robustness for lambdas, lambda statementsMike Bayer2020-08-051-5/+17
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-12/+7
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-18/+11
* introduce deferred lambdasMike Bayer2020-07-031-1/+67
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-1/+1
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-7/+89
* Convert bulk update/delete to new execution modelMike Bayer2020-06-061-0/+58
* Improve rendering of core statements w/ ORM elementsMike Bayer2020-05-311-0/+50
* Convert execution to move through SessionMike Bayer2020-05-251-1/+1
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-13/+68
* Streamline visitors.iterateMike Bayer2020-05-181-8/+2
* Repair caching / traversals for valuesMike Bayer2020-04-011-78/+111
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-011-0/+46
* Add a third labeling mode for SELECT statementsMike Bayer2020-03-291-0/+1
* Implement SQL VALUES in core.Gord Thompson2020-03-241-0/+38
* Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-061-4/+91
* Merge "Ensure schema-level table includes annotations in caching"mike bayer2020-02-241-1/+40
|\
| * Ensure schema-level table includes annotations in cachingMike Bayer2020-02-241-1/+40
* | Ensure descendants of mixins don't become cacheableMike Bayer2020-02-221-1/+5
|/
* Use expanding IN for all literal value IN expressionsMike Bayer2019-12-221-5/+4
* Implement random_choices for Python 2Mike Bayer2019-12-201-2/+3
* Ensure comparison includes "don't compare values" featureMike Bayer2019-12-201-70/+127
* Ensure cache keys are hashable in the testMike Bayer2019-12-141-0/+1
* Add anonymizing context to cache keys, comparison; convert traversalMike Bayer2019-11-041-119/+396
* SelectBase no longer a FromClauseMike Bayer2019-07-061-0/+5
* Enable F841Mike Bayer2019-06-201-16/+13
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-2/+3
* Repair anonymous label comparisonMike Bayer2019-05-181-0/+11
* Add _cache_key implementation.Mike Bayer2019-04-291-0/+108
* Reimplement .compare() in terms of a visitorMike Bayer2019-04-291-0/+504