summaryrefslogtreecommitdiff
path: root/test/sql/test_resultset.py
Commit message (Expand)AuthorAgeFilesLines
* Fix regression when deserializing python rows into cythonFederico Caselli2023-03-101-19/+23
* comment out pickle/ process test and attempt 2.0.5.post1Mike Bayer2023-03-051-23/+19
* Merge "Fixed bug where :meth:`_engine.Row`s could not be unpickled by other p...mike bayer2023-03-051-57/+85
|\
| * Fixed bug where :meth:`_engine.Row`s could not beFederico Caselli2023-03-041-57/+85
* | audition pymssql once more; retire sane_rowcount_returningMike Bayer2023-03-041-0/+2
|/
* look out for extras=None in freezeMike Bayer2022-12-091-0/+46
* Rewrite positional handling, test for "numeric"Federico Caselli2022-12-051-1/+1
* Try running pyupgrade on the codeFederico Caselli2022-11-161-9/+7
* Support result.close() for all iterator patternsMike Bayer2022-11-031-0/+125
* ORM bulk insert via executeMike Bayer2022-09-241-1/+46
* break out text() from TextualSelect for col matchingMike Bayer2022-09-191-0/+44
* repair yield_per for non-SS dialects and add new optionsMike Bayer2022-07-011-0/+135
* pep484 ORM / SQL result supportMike Bayer2022-04-271-0/+44
* pep-484 for engineMike Bayer2022-03-011-7/+5
* implement correct errors for Row immutabilityMike Bayer2021-12-091-0/+74
* Warn when caching is disabled / documentMike Bayer2021-12-061-0/+2
* "graceful fetch" test should....clean up gracefully!Mike Bayer2021-11-261-25/+25
* Clean up most py3k compatFederico Caselli2021-11-241-11/+12
* Remove object in class definitionFederico Caselli2021-11-221-3/+3
* Merge "fully implement future engine and remove legacy" into mainmike bayer2021-11-071-2/+2
|\
| * fully implement future engine and remove legacyMike Bayer2021-11-071-2/+2
* | use tuple expansion if type._is_tuple, test for Sequence if no typeMike Bayer2021-11-051-0/+32
|/
* Merge "ensure soft_close occurs for fetchmany with server side cursor" into mainmike bayer2021-11-021-0/+62
|\
| * ensure soft_close occurs for fetchmany with server side cursorMike Bayer2021-11-021-0/+62
* | First round of removal of python 2Federico Caselli2021-11-011-22/+0
|/
* Merge "2.0 removals: LegacyRow, connectionless execution, close_with_result" ...mike bayer2021-10-311-117/+194
|\
| * 2.0 removals: LegacyRow, connectionless execution, close_with_resultMike Bayer2021-10-311-117/+194
* | Remove deprecated dialects and driversFederico Caselli2021-10-311-1/+0
|/
* fixes for usage of the null() and similar constantsMike Bayer2021-10-081-2/+2
* 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