summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/query.py
Commit message (Expand)AuthorAgeFilesLines
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-171-10/+8
* - add a note clarifying query.with_labels(), fixes #3506Mike Bayer2015-08-031-0/+10
* Added max_row_buffer attribute to the context execution options and usepr/182Morgan McClure2015-06-131-1/+2
* - Fixed an unexpected-use regression whereby custom :class:`.Comparator`Mike Bayer2015-06-111-2/+6
* - 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-1/+1
* - Fixed issue in new :meth:`.QueryEvents.before_compile` event whereMike Bayer2015-04-261-1/+1
* - Identified an inconsistency when handling :meth:`.Query.join` to theMike Bayer2015-04-151-1/+7
* - changelog + docstring for pullreq github:164Mike Bayer2015-04-031-0/+7
* Merge remote-tracking branch 'origin/pr/164' into pr164Mike Bayer2015-04-031-2/+3
|\
| * Allow kwargs to be passed through update()pr/164Amir Sadoughi2015-03-201-2/+3
* | - :class:`.Query` doesn't support joins, subselects, or specialMike Bayer2015-04-011-16/+0
|/
* - fix a get call here, we should figure this out since we dont wantMike Bayer2015-03-121-1/+1
* - Added a new extension suite :mod:`sqlalchemy.ext.baked`. ThisMike Bayer2015-03-111-30/+57
* - Added a new entry ``"entity"`` to the dictionaries returned byMike Bayer2015-03-111-2/+8
* - Added a new event suite :class:`.QueryEvents`. TheMike Bayer2015-03-101-4/+9
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - pick around gaining modest dings in callcounts here and thereMike Bayer2015-03-091-15/+17
* - random performance whacking vs. 0.9, in particular we have to watchMike Bayer2015-03-081-0/+6
* - squash-merge the final row_proc integration branch. this isMike Bayer2015-03-011-46/+20
* - remove meaningless assignmentMike Bayer2015-02-081-1/+0
* - test + changelogMike Bayer2015-02-081-2/+2
* Merge remote-tracking branch 'origin/pr/147' into pr147Mike Bayer2015-02-081-1/+1
|\
| * It's the 'kwargs' which are iterable, not 'keys'pr/147Malthe Borch2014-10-301-2/+1
* | - restore r611883ffb35ca6664649f6328ae8 with additional fixes and an addition...Mike Bayer2015-01-191-13/+30
* | - reverse the last commit temporarily as it breaks all the polymorphic casesMike Bayer2015-01-191-34/+20
* | - The primary :class:`.Mapper` of a :class:`.Query` is now passed to theMike Bayer2015-01-191-20/+34
* | - tighten the inspection in _ColumnEntity to reduce unnecessaryMike Bayer2015-01-031-14/+14
* | - 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-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