summaryrefslogtreecommitdiff
path: root/test/sql/test_compare.py
Commit message (Expand)AuthorAgeFilesLines
* 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