summaryrefslogtreecommitdiff
path: root/test/sql/test_resultset.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support python3.6Mike Bayer2017-01-131-1/+1
* Spelling fixesVille Skyttä2016-10-081-1/+1
* Don't double-process ResultMetaData for BufferedColumnResultProxyMike Bayer2016-04-271-5/+47
* Fix result set handling for case insensitive dupe colsMike Bayer2016-04-211-0/+15
* - limit this to sqlite for nowMike Bayer2016-03-301-0/+1
* - move all resultproxy tests intio test_resultsetMike Bayer2016-03-301-1/+336
* - reworked the way the "select_wraps_for" expression isMike Bayer2016-02-201-1/+10
* - add a forwards-test here as wellMike Bayer2016-01-211-0/+4
* - documenation updates to clarify specific SQLite versionsMike Bayer2016-01-211-10/+20
* - A deep improvement to the recently added :meth:`.TextClause.columns`Mike Bayer2016-01-141-33/+193
* - break out critical aspects of test_query into their own testsMike Bayer2015-09-271-0/+1136