summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/query.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-7/+37
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-5/+2
* find some more inline imports and move them outMike Bayer2013-08-041-1/+1
* wording about supported dialects for Query.yield_perpr/17Domen Kožar2013-07-141-6/+6
* remove undoc-members from query docstring [ticket:2774]Mike Bayer2013-07-071-0/+7
* - fix a regression caused by #2587, where query.join() would apply anMike Bayer2013-06-271-1/+1
* Fixed bug in polymorphic SQL generation where multiple joined-inheritanceMike Bayer2013-06-151-5/+10
* dial back the default "flatness" a bit, it will be there for joinedload and q...Mike Bayer2013-06-061-1/+1
* shrugsMike Bayer2013-06-051-1/+6
* a test for what's breaking, plus a non-working fix for it...Mike Bayer2013-06-051-0/+3
* - improve overlapping selectables, apply to both query and relationshipMike Bayer2013-06-041-17/+15
* rewriting scheme now works.Mike Bayer2013-06-041-6/+3
* OK this is the broken version, need to think a lot more about thisMike Bayer2013-06-031-2/+2
* - pulling out more aliases, sort ofMike Bayer2013-06-031-4/+9
* working through tests....Mike Bayer2013-06-021-5/+21
* - figured out what the from_self() thing was about, part of query.statement, ...Mike Bayer2013-06-021-0/+2
* getting things to join without subqueries, but some glitches in the compiler ...Mike Bayer2013-06-021-8/+8
* - blow away context._attributesMike Bayer2013-06-021-1/+1
* The "auto-aliasing" behavior of the :class:`.Query.select_from`Mike Bayer2013-05-301-11/+130
* repair py3kisms in key ORM modulesMike Bayer2013-05-261-11/+11
* most of ORM passing...Mike Bayer2013-05-041-6/+1
* - the raw 2to3 runMike Bayer2013-04-271-21/+22
* - further cleanup. in particular, the left clause is never None. But we stillMike Bayer2013-04-251-24/+12
* - attempt to replace the whole idea of "join_to_left" with a moreMike Bayer2013-04-241-26/+2
* adding convenience method exists() to Query (see # 2673)Diana Clarke2013-03-291-0/+20
* Fixed bug whereby :meth:`.Query.yield_per` would set the executionMike Bayer2013-02-081-2/+2
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* The :meth:`.Query.select_from` method can now be used with aMike Bayer2012-12-131-18/+18
* - refactor of pathing mechanics, to address #2614, #2617Mike Bayer2012-12-011-12/+25
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-191-87/+84
* should be 'where' not 'filter' #2546Diana Clarke2012-11-181-1/+1
* - more docsMike Bayer2012-10-261-2/+2
* - add class_ to AliasedInspMike Bayer2012-10-261-1/+0
* - some naming changes on PropComparator, Comparator:Mike Bayer2012-10-251-2/+3