summaryrefslogtreecommitdiff
path: root/test/sql/test_external_traversal.py
Commit message (Expand)AuthorAgeFilesLines
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-106/+89
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-0/+125
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-011-1/+1
* Rework select(), CompoundSelect() in terms of CompileStateMike Bayer2020-03-101-18/+21
* Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-061-41/+100
* Create initial future package, RemovedIn20WarningMike Bayer2020-02-121-1/+1
* Test for short term reference cycles and resolve as many as possibleMike Bayer2019-12-301-2/+2
* Add anonymizing context to cache keys, comparison; convert traversalMike Bayer2019-11-041-0/+2096