summaryrefslogtreecommitdiff
path: root/test/aaa_profiling
Commit message (Expand)AuthorAgeFilesLines
* Replace c extension with cython versions.workflow_test_cythonFederico Caselli2021-12-171-1/+1
* Removals: strings for join(), loader_options().Mike Bayer2021-12-081-1/+4
* Clean up most py3k compatFederico Caselli2021-11-241-3/+2
* Remove object in class definitionFederico Caselli2021-11-224-16/+16
* removals: all unicode encoding / decodingMike Bayer2021-11-101-9/+0
* fully implement future engine and remove legacyMike Bayer2021-11-071-1/+0
* First round of removal of python 2Federico Caselli2021-11-011-2/+1
* 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