summaryrefslogtreecommitdiff
path: root/test/aaa_profiling/test_misc.py
Commit message (Expand)AuthorAgeFilesLines
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-1/+1
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-0/+2
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-1/+2
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-011-1/+11
* Rework select(), CompoundSelect() in terms of CompileStateMike Bayer2020-03-101-1/+1
* Remove unnecessary tuple; prepare for "iterator" verbiageMike Bayer2020-02-201-1/+1
* Limit non-backend critical profiling tests to SQLiteMike Bayer2020-02-171-2/+2
* Traversal and clause generation performance improvementsMike Bayer2019-12-141-0/+79
* Add performance improvement for Enum w/ Python 2 enum libraryMike Bayer2019-07-111-0/+37