summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/query.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed Query.exists() method for the case, when query doesn't have any filters...pr/24Vladimir 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
* - [feature] The Query can now load entity/scalar-mixedMike Bayer2012-10-151-3/+11
* - allow a __clause_element__() to be passed to query.filter() alsoMike Bayer2012-10-151-8/+1
* - add coverage for merge_result() [ticket:2588]Mike Bayer2012-10-111-2/+2
* - [feature] Added reduce_columns() methodMike Bayer2012-07-281-7/+19
* - [feature] ORM entities can be passedMike Bayer2012-07-231-4/+9
* - a big renaming of all the _Underscore classes to haveMike Bayer2012-07-171-8/+8
* - totally remove _entity_info and _extended_entity_info, replacing all usageMike Bayer2012-07-161-17/+31
* - express most of the orm.util functions in terms of the inspection systemMike Bayer2012-07-161-235/+234
* - fix this importMike Bayer2012-06-231-1/+1
* - move all of orm to use absolute importsMike Bayer2012-06-231-235/+62
* - simplify setup_entity and related callsMike Bayer2012-06-231-132/+142