summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/query.py
Commit message (Expand)AuthorAgeFilesLines
* Adds documentation to Query.slice().jfinkels2016-03-131-3/+28
* - write a real inline documentation section for from_self(),Mike Bayer2015-12-071-2/+163
* - remove ambiguous use of the phrase "joined together by AND" as thisMike Bayer2015-10-011-5/+6
* - add a note about DISTINCT in query w/ ORDER BY, references #3518Mike Bayer2015-08-311-0/+13
* - add a note clarifying query.with_labels(), fixes #3506Mike Bayer2015-08-031-0/+10
* - Repaired / added to tests yet more expressions that were reportedMike Bayer2015-05-011-4/+13
* - Fixed regression from as yet unreleased 0.9.10 where the new additionMike Bayer2015-04-301-0/+1
* - :class:`.Query` doesn't support joins, subselects, or specialMike Bayer2015-04-011-16/+0
* - Added a new entry ``"entity"`` to the dictionaries returned byMike Bayer2015-03-111-2/+8
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - test + changelogMike Bayer2015-02-081-2/+3
* It's the 'kwargs' which are iterable, not 'keys'Malthe Borch2015-02-081-2/+1
* - fix links for loading, add a redirect pageMike Bayer2014-12-271-2/+2
* Maul the evaulate & friends typoPriit Laes2014-12-191-2/+2
* - fix up query update /delete documentation, make warningsMike Bayer2014-12-101-65/+117
* - Fixed bug where the ON clause for :meth:`.Query.join`,Mike Bayer2014-10-231-2/+5
* - clarify documentation on exists() that it is preferred to be in theMike Bayer2014-09-241-0/+13
* - improve from_statement() docMike Bayer2014-08-311-3/+9
* - add some more docs to yield_perMike Bayer2014-08-291-18/+38
* - 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