summaryrefslogtreecommitdiff
path: root/test/sql/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Repair find tablesMike Bayer2020-04-091-0/+18
* Rework select(), CompoundSelect() in terms of CompileStateMike Bayer2020-03-101-0/+20
* Add anonymizing context to cache keys, comparison; convert traversalMike Bayer2019-11-041-1/+1
* Reimplement .compare() in terms of a visitorMike Bayer2019-04-291-98/+0
* Post black reformattingMike Bayer2019-01-061-4/+14
* Run black -l 79 against all source filesMike Bayer2019-01-061-40/+20
* Change visit name for ColumnElementMike Bayer2017-12-061-2/+14
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-2/+3
* Support bindparam() with callable for primaryjoinMike Bayer2016-09-191-2/+31
* Repair clauselist comparison to account for clause orderingMike Bayer2016-09-021-0/+78