summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/query.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
|/
* - [feature] Added new for_update/with_lockmode()Mike Bayer2012-03-211-2/+10
* - 0.7.7Mike Bayer2012-03-201-1/+31
* fix typos, SQL server also needs union allMike Bayer2012-03-031-4/+4
* - [feature] Added cte() method to Query,Mike Bayer2012-03-031-0/+56
* document with_lockmode(), [ticket:2412]Mike Bayer2012-02-201-1/+16
* break up _join_left_to_right to call upon _prepare_right_side and _join_to_left.Mike Bayer2012-02-161-13/+28
* - fix some unclear phrases in query regarding polymorphic,Mike Bayer2012-02-161-18/+16
* - [feature] Added the ability to query forMike Bayer2012-02-121-3/+7
* - [feature] query.filter() accepts multipleMike Bayer2012-01-071-19/+53
* happy new yearMike Bayer2012-01-041-1/+1
* fix a whole bunch of note:: / warning:: that were inline,Mike Bayer2011-12-251-1/+3
* update query.update(), query.delete(), sessionevents.after_bulk_update(), ses...Mike Bayer2011-12-061-14/+14
* - [feature] Added an example to the hybrid docsMike Bayer2011-12-051-0/+21
* - [bug] Calls to query.join() to a single-tableMike Bayer2011-12-031-1/+6
* - [bug] Fixed the error formatting raised whenMike Bayer2011-12-031-1/+1
* - [bug] fixed inappropriate evaluation of user-mappedMike Bayer2011-10-281-1/+1