summaryrefslogtreecommitdiff
path: root/test/aaa_profiling
Commit message (Expand)AuthorAgeFilesLines
* Use class-local metadata for declarative baseMike Bayer2021-03-241-1/+1
* Adjust derivation rules for table vs. subquery against a joinMike Bayer2021-03-231-1/+1
* reorganize mapper compile/teardown under registryMike Bayer2021-02-011-3/+1
* Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-2/+11
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-135-9/+7
* remove more bound metadataMike Bayer2021-01-053-52/+54
* remove metadata.bind use from test suiteMike Bayer2021-01-032-78/+79
* Support testing of async drivers without fallback modeFederico Caselli2020-12-301-1/+1
* Major revisals to lambdasMike Bayer2020-12-161-1/+1
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-19/+22
* Don't emit warnings on descriptor accessMike Bayer2020-11-201-3/+3
* Reduce import time overheadMike Bayer2020-11-031-1/+1
* bump variance on test_string, test_unicodeMike Bayer2020-09-291-2/+2
* upgrade to black 20.8b1Mike Bayer2020-09-282-2/+10
* Raise if unique() not applied to 2.0 joined eager load resultsMike Bayer2020-09-211-1/+1
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-082-5/+5
* normalize execute style for events, 2.0Mike Bayer2020-08-201-2/+2
* Convert lazy loader, selectinload, load_on_ident to lambda statementsMike Bayer2020-08-051-4/+7
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-67/+62
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-082-12/+12
* 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-104-20/+106
* 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
* callcount reductions and refinement for cached queriesMike Bayer2020-05-281-4/+29
* Convert execution to move through SessionMike Bayer2020-05-252-9/+21
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-243-70/+100
* inline one_or_noneMike Bayer2020-05-241-0/+29
* Add python 3.8 profiles; remove zoomark testsFederico Caselli2020-05-232-1048/+0
* Performance fixes for new result setMike Bayer2020-05-211-1/+15
* Merge "Propose Result as immediate replacement for ResultProxy"mike bayer2020-05-012-2/+67
|\
| * Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-012-2/+67
* | 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
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-012-7/+20
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-16/+22
* Fix tests failing for SQLite file databases; repair provisioningGord Thompson2020-03-131-1/+1
* Rework select(), CompoundSelect() in terms of CompileStateMike Bayer2020-03-102-2/+3
* Ensure all nested exception throws have a causeMike Bayer2020-03-022-1/+15
* Result initial introductionMike Bayer2020-02-212-13/+55
* Remove unnecessary tuple; prepare for "iterator" verbiageMike Bayer2020-02-201-1/+1
* Limit non-backend critical profiling tests to SQLiteMike Bayer2020-02-173-21/+45
* Do away with pool._refsMike Bayer2020-02-011-8/+0
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-171-2/+2
* Merge "Fix QueryContext ref cycle on joinedload"mike bayer2020-01-071-0/+15
|\
| * Fix QueryContext ref cycle on joinedloadCarson Ip2020-01-041-0/+15