summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/query.py
Commit message (Expand)AuthorAgeFilesLines
* - fix up query update /delete documentation, make warningsMike Bayer2014-12-101-69/+110
* - Added support for CTEs under Oracle. This includes some tweaksMike Bayer2014-12-041-1/+29
* - changelog, improve docstring/test for #3217. fixes #3217Mike Bayer2014-11-261-1/+7
* Merge branch 'issue_bb_3217' of https://bitbucket.org/jvanasco/sqlalchemy-alt...Mike Bayer2014-11-261-4/+7
|\
| * * adding 'isouter=False' to sqlalchemy.orm.query.Query (https://bitbucket.org...jonathan vanasco2014-10-031-4/+7
* | - Fixed bug in single table inheritance where a chain of joinsMike Bayer2014-10-231-4/+2
* | - Fixed bug where the ON clause for :meth:`.Query.join`,Mike Bayer2014-10-231-2/+5
* | - The :meth:`.Query.update` method will now convert string keyMike Bayer2014-10-161-8/+18
|/
* - clarify documentation on exists() that it is preferred to be in theMike Bayer2014-09-241-0/+13
* - Added new method :meth:`.Select.with_statement_hint` and ORMMike Bayer2014-09-181-2/+27
* - 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