summaryrefslogtreecommitdiff
path: root/test/aaa_profiling/test_resultset.py
Commit message (Expand)AuthorAgeFilesLines
* Prebuild the row string to position lookup for RowsJ. Nick Koston2023-04-261-6/+3
* Try running pyupgrade on the codeFederico Caselli2022-11-161-6/+6
* Update Black's target-version to py37Hugo van Kemenade2022-01-051-2/+2
* Clean up most py3k compatFederico Caselli2021-11-241-3/+2
* Remove object in class definitionFederico Caselli2021-11-221-2/+2
* 2.0 removals: LegacyRow, connectionless execution, close_with_resultMike Bayer2021-10-311-40/+1
* remove more bound metadataMike Bayer2021-01-051-2/+2
* remove metadata.bind use from test suiteMike Bayer2021-01-031-46/+47
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-19/+22
* bump variance on test_string, test_unicodeMike Bayer2020-09-291-2/+2
* upgrade to black 20.8b1Mike Bayer2020-09-281-1/+4
* normalize execute style for events, 2.0Mike Bayer2020-08-201-2/+2
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-5/+17
* inline one_or_noneMike Bayer2020-05-241-0/+29
* Performance fixes for new result setMike Bayer2020-05-211-1/+15
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-011-2/+2
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-16/+22
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-1/+1
* Result initial introductionMike Bayer2020-02-211-4/+37
* Run row value processors up frontMike Bayer2019-10-011-9/+8
* Post black reformattingMike Bayer2019-01-061-12/+14
* Run black -l 79 against all source filesMike Bayer2019-01-061-30/+66
* - more type cache warmupMike Bayer2018-04-201-0/+6
* bump variance for these sqlite-sensitive testsMike Bayer2018-04-201-2/+2
* update callcounts for py36, get rid of old callcountsMike Bayer2018-04-201-3/+3
* Refactor for cx_Oracle version 6oracle_numericMike Bayer2017-09-111-0/+14
* - fix stray connectionMike Bayer2016-01-231-1/+4
* put a greater variance into this test to prevent sporadic failuresMike Bayer2014-07-211-1/+1
* - fully flake8 test/aaa_profilingMike Bayer2014-07-091-10/+20
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-0/+3
* - The :class:`.RowProxy` object is now sortable in Python as a regularMike Bayer2013-11-191-0/+1
* - replace most explicitly-named test objects called "Mock..." withMike Bayer2013-06-301-2/+3
* a pass where we try to squash down as many list()/keys() combinationsMike Bayer2013-05-261-2/+3
* - the raw 2to3 runMike Bayer2013-04-271-3/+3
* getting everything to pass againMike Bayer2012-09-271-1/+2
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-2/+2
* - this is a refcount testMike Bayer2012-08-111-0/+2
* OK! let's turn this around completely. Forget making a single count acrossMike Bayer2012-08-111-11/+7
* adjustmentsMike Bayer2012-08-111-2/+2
* final cleanupMike Bayer2012-08-101-2/+2
* adjustmentMike Bayer2012-08-091-1/+1
* - a new approach to profiling where we attempt to strip outMike Bayer2012-08-091-23/+6
* - fixesMike Bayer2012-08-071-1/+1
* - some more interpret_as_fromsMike Bayer2012-07-231-8/+8
* make sure integer is here. only the C ext doesn't try to call "key_fallback"...Mike Bayer2012-06-111-0/+1
* - [bug] Fixed memory leak in C version ofMike Bayer2012-06-011-0/+57
* callcount bump to work around sqlite's silly column name workaroundMike Bayer2012-05-041-4/+4
* - [feature] The behavior of column targetingMike Bayer2012-04-241-4/+4
* callcountsMike Bayer2012-03-141-2/+2
* fix callcountMike Bayer2012-02-261-1/+1