summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/result.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - [bug] Fixed cextension bug whereby theMike Bayer2012-08-221-1/+1
* - break out engine/base.py into base, interfaces, result, util.Mike Bayer2012-08-071-0/+998