summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/result.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor for cx_Oracle version 6oracle_numericMike Bayer2017-09-111-9/+7
* ResultProxy won't autoclose connection until state flag is setMike Bayer2017-04-031-4/+3
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Spelling fixesVille Skyttä2016-10-081-2/+2
* Handle BaseException in all _handle_dbapi_errorMike Bayer2016-09-211-6/+6
* Fix typo in config result.py docspr/274vytotas2016-05-161-1/+1
* Don't double-process ResultMetaData for BufferedColumnResultProxyMike Bayer2016-04-271-9/+15
* Fix result set handling for case insensitive dupe colsMike Bayer2016-04-211-0/+1
* - make sure negative row indexes are based on the size of theMike Bayer2016-03-301-1/+4
* Merge remote-tracking branch 'origin/pr/231' into pr231Mike Bayer2016-03-301-1/+8
|\
| * - properly handle negative indexes in RowProxy.__getitem__()pr/231Lele Gaifax2016-01-281-1/+8
* | - reworked the way the "select_wraps_for" expression isMike Bayer2016-02-201-4/+4
* | - All string formatting of bound parameter sets and result rows forMike Bayer2016-02-171-3/+3
* | - happy new yearMike Bayer2016-01-291-1/+1
|/
* - reinstate "dont set up integer index in keymap if we're on cexts",Mike Bayer2016-01-271-5/+10
* Revert "- dont set up integer index in keymap if we're on cexts"Mike Bayer2016-01-271-10/+5
* - dont set up integer index in keymap if we're on cextsMike Bayer2016-01-271-5/+10
* - A deep improvement to the recently added :meth:`.TextClause.columns`Mike Bayer2016-01-141-132/+273
* Change generator termination from StopIteration to return.pr/211pgjones2015-10-301-1/+1
* - Fixed regression where new methods on :class:`.ResultProxy` usedMike Bayer2015-07-191-2/+12
* - Fixed regression where :meth:`.ResultProxy.keys` would returnMike Bayer2015-07-191-3/+6
* - add test cases for pullreq github:182, where we add a newMike Bayer2015-06-141-2/+19
* Added max_row_buffer attribute to the context execution options and usepr/182Morgan McClure2015-06-131-2/+7
* BufferedRowResultProxy should stop growing at 100Morgan McClure2015-06-131-4/+1
* - The "auto close" for :class:`.ResultProxy` is now a "soft" close.Mike Bayer2015-03-171-34/+137
* - copyright 2015Mike Bayer2015-03-101-1/+1
* fooMike Bayer2015-03-081-8/+28
* - The SQL compiler now generates the mapping of expected columnspositional_targetingMike Bayer2015-03-071-74/+130
* - major refactoring/inlining to loader.instances(), though not reallyMike Bayer2014-08-281-3/+25
* PEP8 style fixesBrian Jarrett2014-07-131-69/+67
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - attach the ResultMetaData to the Compiled object, when we detect thatMike Bayer2014-06-291-4/+12
* - Fixed 0.9 regression where the new sortable support for :class:`.RowProxy`Mike Bayer2014-01-281-3/+18
* - happy new yearMike Bayer2014-01-051-1/+1
* - improve documentation for return_defaults() and returned_defaults. [ticket...Mike Bayer2013-12-201-1/+9
* - The :class:`.RowProxy` object is now sortable in Python as a regularMike Bayer2013-11-191-1/+4
* - The ``version_id_generator`` parameter of ``Mapper`` can now be specifiedMike Bayer2013-08-251-0/+10
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-4/+4
* do a sweep of some obvious 3kismsMike Bayer2013-05-261-2/+0
* - add a test specific to sqlite testing cursor.description encoding (shouldMike Bayer2013-05-261-0/+2
* resultMike Bayer2013-04-281-2/+2
* - the raw 2to3 runMike Bayer2013-04-271-19/+19
* Reworked internal exception raises that emitMike Bayer2013-04-181-6/+0
* A major fix to the way in which a select() object producesMike Bayer2013-04-111-1/+1
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* fixing broken links (see #2625)Diana Clarke2012-12-061-5/+5
* just a pep8 pass of lib/sqlalchemy/engine/Diana Clarke2012-11-191-0/+2
* - [feature] The Query can now load entity/scalar-mixedMike Bayer2012-10-151-2/+6
* - [feature] Various API tweaks to the "dialect"Mike Bayer2012-10-081-1/+1
* mssql: - [bug] Fixed bug where reflection of primary key constraintMike Bayer2012-09-301-3/+2