summaryrefslogtreecommitdiff
path: root/test/sql/test_external_traversal.py
Commit message (Expand)AuthorAgeFilesLines
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-58/+71
* internal test framework files for standardization of is_not/not_in;jonathan vanasco2020-08-291-8/+8
* Robustness for lambdas, lambda statementsMike Bayer2020-08-051-0/+84
* 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