summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/query.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - [feature] The of_type() construct on attributesMike Bayer2012-06-201-36/+32
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-081-31/+35
* doc update regarding with_lockmode, [ticket:2440]Mike Bayer2012-05-041-1/+1
* Add some documentation sugar for ``having`` criterion.Priit Laes2012-01-131-3/+15
* - refactor query.update() and query.delete() to use a pureMike Bayer2012-04-291-288/+108
* - [feature] Calling rollback() within aMike Bayer2012-04-241-13/+21
* - [bug] column.label(None) now produces anMike Bayer2012-04-241-2/+3
* - [feature] New standalone function with_polymorphic()Mike Bayer2012-04-231-78/+75
* - re-merge + CHANGESMike Bayer2012-04-231-2/+0
|\
| * make auto-correlation the same for Query & select()Diana Clarke2012-04-021-2/+0
* | - merge attribute flag overhaul for [ticket:2358]Mike Bayer2012-04-231-3/+3
|/