summaryrefslogtreecommitdiff
path: root/test/aaa_profiling
Commit message (Expand)AuthorAgeFilesLines
* 2.0 removals: LegacyRow, connectionless execution, close_with_resultMike Bayer2021-10-312-59/+1
* warnings: session.autocommit, subtransactionsMike Bayer2021-10-291-4/+3
* Modernize tests - session_query_getGord Thompson2021-10-281-2/+2
* Modernize tests - calling_mapper_directlyGord Thompson2021-09-303-63/+108
* remove declarative warningsMike Bayer2021-09-291-2/+1
* warn or deprecate for auto-aliasing in joinsMike Bayer2021-09-282-15/+2
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Use Py_TPFLAGS_HAVE_GC for RowMike Bayer2021-06-241-0/+19
* simplify relationship caching optionsMike Bayer2021-06-091-1/+1
* Fix adaption in AnnotatedLabel; repair needless expense in coercionMike Bayer2021-05-281-0/+16
* repair test for mysqlMike Bayer2021-04-211-3/+5
* Add new "sync once" mode for pool.connectMike Bayer2021-04-211-1/+6
* test fixes from non-gerrit buildsMike Bayer2021-04-151-14/+11
* 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