summaryrefslogtreecommitdiff
path: root/test/aaa_profiling/test_orm.py
Commit message (Expand)AuthorAgeFilesLines
* Remove _generate_path_cache_key()Mike Bayer2020-06-291-41/+0
* Propose using RETURNING for bulk updates, deletesMike Bayer2020-06-231-1/+2
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-12/+28
* Convert bulk update/delete to new execution modelMike Bayer2020-06-061-0/+1
* Inline a few ORM arguments, othersMike Bayer2020-06-031-1/+3
* Improve rendering of core statements w/ ORM elementsMike Bayer2020-05-311-1/+4
* Remove loader option cycleMike Bayer2020-05-291-0/+6
* Convert execution to move through SessionMike Bayer2020-05-251-7/+17
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-4/+25
* repair test_fetch_resultsMike Bayer2020-04-301-1/+2
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-18/+22
* Ensure context.attrbutes dictionary is reset each timeMike Bayer2020-04-041-0/+2
* Fix tests failing for SQLite file databases; repair provisioningGord Thompson2020-03-131-1/+1
* Limit non-backend critical profiling tests to SQLiteMike Bayer2020-02-171-18/+42
* Implement explicit autobegin step for SessionMike Bayer2020-01-031-0/+6
* Don't apply aliasing + adaption for simple relationship joinsMike Bayer2019-12-191-0/+91
* Add anonymizing context to cache keys, comparison; convert traversalMike Bayer2019-11-041-4/+4
* Simplify _ColumnEntity, relatedMike Bayer2019-09-301-0/+4
* bump variance on test_merge_loadMike Bayer2019-08-231-1/+1
* Add autoincrement to test_orm AnnotatedOverheadTest for OracleMike Bayer2019-05-111-1/+3
* Post black reformattingMike Bayer2019-01-061-17/+18
* Run black -l 79 against all source filesMike Bayer2019-01-061-331/+380
* Deannotate ORM columns in ColumnEntityMike Bayer2018-11-021-1/+148
* Iterate options per path for baked cache keyMike Bayer2018-06-061-2/+191
* Add selectin loadingMike Bayer2017-04-261-1/+91
* Performance within instances()Mike Bayer2017-02-231-0/+20
* Memoize AliasedClass, ClauseAdapter objects in joined eager loadMike Bayer2017-02-161-1/+142
* PEP8 cleanup in /test/aaa_profilingEric Streeper2015-03-181-0/+1
* - start locking down querying for cols after observing yesterdaysMike Bayer2015-03-091-0/+52
* - add the test_expire_lots test for comparisonMike Bayer2015-02-181-0/+54
* imports gone badMike Bayer2014-07-101-2/+2
* - fully flake8 test/aaa_profilingMike Bayer2014-07-091-80/+115
* fixes to get profiling tests working againMike Bayer2014-03-261-4/+0
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-0/+6
* - the wrapped memoized_property here was not working, as the attribute nameMike Bayer2013-11-261-0/+60
* A performance fix related to the usage of the :func:`.defer` optionMike Bayer2013-07-131-1/+53
* - the raw 2to3 runMike Bayer2013-04-271-8/+8
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-4/+5
* OK! let's turn this around completely. Forget making a single count acrossMike Bayer2012-08-111-23/+15
* adjustmentsMike Bayer2012-08-111-1/+1
* final cleanupMike Bayer2012-08-101-3/+3
* - a new approach to profiling where we attempt to strip outMike Bayer2012-08-091-27/+21
* callcounts due to more engine event logicMike Bayer2012-07-191-4/+2
* relax this variance for nowMike Bayer2012-07-171-2/+2
* some test fixes and cleanupMike Bayer2012-07-161-17/+17
* turn commit_all into an iterative methodMike Bayer2012-06-251-1/+1
* obnoxious callcountsMike Bayer2012-06-161-1/+1
* callcountMike Bayer2012-06-111-1/+1
* callcount adjustMike Bayer2012-06-081-1/+1
* py3k fixesMike Bayer2012-04-241-2/+2