summaryrefslogtreecommitdiff
path: root/test/sql/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up most py3k compatFederico Caselli2021-11-241-2/+3
* Fixes for lambda expressions and relationship loadersMike Bayer2020-12-111-0/+29
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-6/+6
* ensure we unwrap desc() /label() all the way w/ order byMike Bayer2020-07-071-1/+31
* Improve rendering of core statements w/ ORM elementsMike Bayer2020-05-311-0/+41
* Streamline visitors.iterateMike Bayer2020-05-181-1/+1
* 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