summaryrefslogtreecommitdiff
path: root/test/sql/test_resultset.py
Commit message (Expand)AuthorAgeFilesLines
* Modernize tests - legacy_selectGord Thompson2021-07-211-4/+2
* Merge "labeling refactor"mike bayer2021-07-131-1/+2
|\
| * labeling refactorMike Bayer2021-07-121-1/+2
* | Modernize tests - select(whereclause)Gord Thompson2021-07-041-5/+13
|/
* consider "*" col as textual orderedMike Bayer2021-06-231-0/+22
* don't cache TypeDecorator by defaultMike Bayer2021-05-061-0/+4
* Establish deprecation path for CursorResult.keys()Mike Bayer2021-05-041-9/+26
* Fix LegacyRow/Row index accessMike Bayer2021-04-081-12/+117
* Repair exception handling in CursorResultFederico Caselli2021-03-301-0/+31
* Provide special row proxies for count and indexMike Bayer2021-03-171-0/+43
* Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-16/+36
* update execute() arg formats in modules and testsMike Bayer2021-01-151-60/+87
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-8/+7
* Merge "correct for "autocommit" deprecation warning"mike bayer2020-12-111-72/+9
|\
| * correct for "autocommit" deprecation warningMike Bayer2020-12-111-72/+9
* | add aiomysql supportMike Bayer2020-12-101-3/+29
|/
* Deprecate bind args, execute() methods that were missedMike Bayer2020-10-301-9/+2
* Ensure all cursor self.handle_exception() calls are coveredMike Bayer2020-10-121-0/+68
* upgrade to black 20.8b1Mike Bayer2020-09-281-4/+9
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-63/+53
* Don't rely on string col name in adapt_to_contextMike Bayer2020-09-061-17/+66
* internal test framework files for standardization of is_not/not_in;jonathan vanasco2020-08-291-19/+19
* Break scalars() and mappings() into separate objectsMike Bayer2020-08-121-0/+18
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-16/+14
* callcount reductions and refinement for cached queriesMike Bayer2020-05-281-3/+16
* Convert execution to move through SessionMike Bayer2020-05-251-1/+28
* Performance fixes for new result setMike Bayer2020-05-211-4/+8
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-011-34/+332
* Create initial 2.0 engine implementationMike Bayer2020-04-161-0/+96
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-27/+22
* Clean up .execute in test/sql/test_resultset.pyGord Thompson2020-04-121-374/+396
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-011-10/+97
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-18/+29
* Deprecate row.keys() for 2.0, not 1.xMike Bayer2020-02-241-0/+10
* Result initial introductionMike Bayer2020-02-211-242/+349
* Query linter optionAlessio Bogon2020-01-221-18/+37
* Use simple growth scale with any max size for BufferedRowResultProxysumau2019-10-301-23/+39
* Add result map targeting for custom compiled, text objectsMike Bayer2019-10-071-10/+169
* Deprecate textual column matching in RowMike Bayer2019-10-041-98/+81
* Run row value processors up frontMike Bayer2019-10-011-17/+28
* SelectBase no longer a FromClauseMike Bayer2019-07-061-6/+6
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-1/+1
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-1/+1
* Post black reformattingMike Bayer2019-01-061-37/+37
* Run black -l 79 against all source filesMike Bayer2019-01-061-480/+527
* Import from collections.abcxtreak2018-09-271-2/+2
* Add __next__(), next() to ResultProxyreview/mike_bayer/ticket_4077Mike Bayer2017-09-151-0/+17
* Add SQL Server CI coverageMike Bayer2017-08-311-0/+1
* ResultProxy won't autoclose connection until state flag is setMike Bayer2017-04-031-0/+44
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-12/+10