summaryrefslogtreecommitdiff
path: root/test/sql/test_compare.py
Commit message (Expand)AuthorAgeFilesLines
* Ignore ephemeral classes in test_all_present()Nils Philippsen2021-12-141-1/+5
* Warn when caching is disabled / documentMike Bayer2021-12-061-2/+77
* Clean up most py3k compatFederico Caselli2021-11-241-2/+1
* Remove object in class definitionFederico Caselli2021-11-221-2/+2
* generalize cache_ok to UserDefinedTypeMike Bayer2021-11-171-7/+11
* First round of removal of python 2Federico Caselli2021-11-011-1/+1
* Fix recursive CTE to support nestingEric Masseran2021-10-121-1/+12
* Fix various lib / test / examples typos (#7017)Kevin Kirsche2021-09-111-2/+2
* implement cache key for return_defaults tokenMike Bayer2021-07-211-0/+6
* Merge "implement independent CTEs"mike bayer2021-07-121-0/+10
|\
| * implement independent CTEsMike Bayer2021-07-121-0/+10
* | represent tablesample.sampling as FunctionElement in all casesMike Bayer2021-07-111-0/+1
|/
* memoize current options and joins w with_entities/with_only_colsMike Bayer2021-06-171-0/+8
* don't cache TypeDecorator by defaultMike Bayer2021-05-061-0/+111
* Infer types in BindParameter when expanding=TrueMike Bayer2021-04-081-2/+22
* Use tuple for function package namesMike Bayer2021-03-191-0/+6
* Apply consistent labeling for all future style ORM queriesMike Bayer2021-02-111-0/+2
* Implement support for functions as FROM with columns clause supportMike Bayer2021-02-031-0/+33
* Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-1/+4
* Revert "Implement support for functions as FROM with columns clause support"Mike Bayer2021-01-211-25/+0
* Implement support for functions as FROM with columns clause supportMike Bayer2021-01-201-0/+25
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-1/+1
* Major revisals to lambdasMike Bayer2020-12-161-1/+4
* Fetch first supportFederico Caselli2020-10-021-16/+81
* upgrade to black 20.8b1Mike Bayer2020-09-281-2/+7
* 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