summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/query.py
Commit message (Expand)AuthorAgeFilesLines
* - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels.Mike Bayer2014-09-071-4/+1
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-7/+5
* - improve from_statement() docMike Bayer2014-08-311-3/+9
* - alter the yield_per eager restriction such that joined many-to-one loadsMike Bayer2014-08-301-5/+14
* - The :class:`.Query` will raise an exception when :meth:`.Query.yield_per`Mike Bayer2014-08-291-3/+16
* - add some more docs to yield_perMike Bayer2014-08-291-18/+38
* - Changed the approach by which the "single inheritance criterion"Mike Bayer2014-08-291-1/+1
* - major refactoring/inlining to loader.instances(), though not reallyMike Bayer2014-08-281-13/+10
* - A new implementation for :class:`.KeyedTuple` used by theMike Bayer2014-08-281-2/+3
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-292/+302
* - Fixed a regression from 0.9.0 due to :ticket:`2736` where theMike Bayer2014-07-141-0/+1
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - repair the _enable_single_crit method, it was named the sameMike Bayer2014-06-301-3/+4
* - reverse order of columns in sample CTEs as this is a UNION and the cols nee...Mike Bayer2014-04-021-1/+1
* - Fixes to the newly enhanced boolean coercion in :ticket:`2804` whereMike Bayer2014-04-011-1/+1
* - Fixed regression from 0.8.3 as a result of :ticket:`2818`Mike Bayer2014-03-221-1/+8
* - Improved an error message which would occur if a query() were madeMike Bayer2014-03-171-0/+6
* - correct this to make the intention clearMike Bayer2014-03-131-2/+1
* - extensive cross-linking of relationship options with their documentation se...Mike Bayer2014-02-161-7/+7
* - Fixed bug where :meth:`.Query.get` would fail to consistentlyMike Bayer2014-02-101-4/+11
* - Fixed bug in new :class:`.TextAsFrom` construct where :class:`.Column`-Mike Bayer2014-02-021-0/+1
* - remove this leftover commented pdbMike Bayer2014-01-231-5/+0
* - Fixed an 0.9 regression where the automatic aliasing applied byMike Bayer2014-01-231-1/+0
* - happy new yearMike Bayer2014-01-051-1/+1
* - Fixed regression where we apparently still create an implicitMike Bayer2014-01-021-4/+20
* - call it 0.9.0Mike Bayer2013-12-301-2/+2
* fix doc targetMike Bayer2013-12-191-1/+1
* - add support for specifying tables or entities for "of"Mike Bayer2013-11-281-36/+73
* - fix up rendering of "of"Mike Bayer2013-11-281-2/+2
* - work in progress, will squashMike Bayer2013-11-281-57/+2
* Merge branch 'for_update_of' of github.com:mlassnig/sqlalchemy into for_updat...Mike Bayer2013-11-281-30/+91
|\
| * added LockmodeArgspr/42Mario Lassnig2013-11-281-50/+84
| * added ORM supportMario Lassnig2013-11-141-4/+20
| * add psql FOR UPDATE OF functionalityMario Lassnig2013-11-121-1/+12
* | Merge branch 'master' of github.com:vrajmohan/sqlalchemy into mmMike Bayer2013-11-141-4/+4
|\ \
| * | Fix cross referencespr/44Vraj Mohan2013-11-141-2/+2
| * | Fix indentation and escape *args and **kwargsVraj Mohan2013-11-131-2/+2
* | | Fixed bug where usage of new :class:`.Bundle` object would causeMike Bayer2013-11-131-1/+1
|/ /
* | Fix cross referencesVraj Mohan2013-11-121-5/+5
|/
* - Fixed a regression introduced by :ticket:`2818` where the EXISTSMike Bayer2013-10-301-1/+1
* An overhaul of expression handling for special symbols particularlyMike Bayer2013-10-231-2/+3
* - add an option to Bundle single_entity=True to allow for singleMike Bayer2013-10-071-1/+22
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-061-20/+10
* fix entity_zero resolutionMike Bayer2013-10-041-1/+10
* - A new construct :class:`.Bundle` is added, which allows for specificationMike Bayer2013-10-031-6/+168
* Fixed Query.exists() method for the case, when query doesn't have any filters...Vladimir Magamedov2013-09-041-1/+1
* - "primary mapper entity" is now an attribute on Query,Mike Bayer2013-08-241-16/+11
* - also do delete, add seealsos, formatting, etc. [ticket:2798]Mike Bayer2013-08-181-13/+37
* - add better notes to query.update(), most notably how to deal with a joined ...Mike Bayer2013-08-181-12/+36
* - spot checking of imports, obsolete functionsMike Bayer2013-08-171-6/+4