summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* - [bug] Fixed bug whereby polymorphic_onMike Bayer2012-03-311-4/+5
* - [feature] Added new for_update/with_lockmode()Mike Bayer2012-03-211-2/+10
* - 0.7.7Mike Bayer2012-03-201-1/+31
* typos in lib/sqlalchemy/ormDiana Clarke2012-03-172-8/+8
* - add __table_cls__ option to declarative, not publicized yet, is for the momentMike Bayer2012-03-121-12/+8
* - [bug] Fixed event registration bugMike Bayer2012-03-071-1/+1
* - [bug] Fixed bug whereby objects usingMike Bayer2012-03-051-15/+38
* 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
* - [bug] Fixed the repr() for CascadeOptions toMike Bayer2012-02-291-25/+40
* plus add it to the scoping namespaceMike Bayer2012-02-251-5/+7
* - [feature] Added "no_autoflush" contextMike Bayer2012-02-251-0/+28
* 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
* - [bug] Fixed bug whereby MappedCollectionMike Bayer2012-02-131-0/+11
* - [feature] Added the ability to query forMike Bayer2012-02-122-6/+15
* - [bug] Fixed bug whereby if a method nameMike Bayer2012-02-121-6/+13
* document identity_mapMike Bayer2012-02-111-0/+13
* fix an inadvertent abuse of variable scopeMike Bayer2012-01-311-1/+2
* break out _save_obj(), _delete_obj(), _post_update() into a new moduleMike Bayer2012-01-304-629/+793
* - [bug] Scaled back the test applied withinMike Bayer2012-01-301-10/+9
* - [bug] Fixed bug where "merge" cascade couldMike Bayer2012-01-281-1/+4
* - [bug] Fixed bug where unpickled object didn'tMike Bayer2012-01-281-0/+4
* - [bug] Raise an exception if xyzload_all() isMike Bayer2012-01-281-2/+5
* - [bug] Fixed regression from 0.7.4 wherebyMike Bayer2012-01-281-1/+1
* - [bug] Fixed issue where modified session stateMike Bayer2012-01-271-4/+18
* - [feature] Added new capability to relationshipMike Bayer2012-01-224-2/+29
* fix a callcount issue hereMike Bayer2012-01-221-3/+1
* couple more vars not needed outsideMike Bayer2012-01-221-4/+2
* - apply the pyflakes stick to strategies.py. In particular, tryMike Bayer2012-01-221-194/+285
* - [bug] ensure pickleability of all ORM exceptionsMike Bayer2012-01-111-5/+12
* - [feature] query.filter() accepts multipleMike Bayer2012-01-071-19/+53
* - [bug] Fixed bug whereby event.listen(SomeClass)Mike Bayer2012-01-071-1/+1
* - fix the index, [ticket:2366]Mike Bayer2012-01-051-42/+138
* happy new yearMike Bayer2012-01-0424-24/+24
* fix a whole bunch of note:: / warning:: that were inline,Mike Bayer2011-12-254-17/+39
* - [bug] Fixed inappropriate usage of util.py3kMike Bayer2011-12-151-1/+1
* - [bug] Fixed bug whereby hybrid_property didn'tMike Bayer2011-12-111-1/+1
* make the comparable_property() example somewhat meaningfulrel_0_7_4Mike Bayer2011-12-091-32/+34
* - Standalone expressions in polymorphic_onMike Bayer2011-12-091-16/+55
* - [feature] polymorphic_on now accepts manyMike Bayer2011-12-093-121/+296
* - [bug] Fixed bug in get_history() when referringMike Bayer2011-12-071-1/+5
* update delete-orphan cascade docs per [ticket:2332]Mike Bayer2011-12-061-5/+12
* update query.update(), query.delete(), sessionevents.after_bulk_update(), ses...Mike Bayer2011-12-062-28/+30
* - [feature] Added an example to the hybrid docsMike Bayer2011-12-051-0/+21
* marathon doc updating session including a rewrite of unicode paragraphsMike Bayer2011-12-042-29/+12
* - [bug] Updated warning message when settingMike Bayer2011-12-041-1/+1
* -re-document the is_modified method, and place significant caveatsMike Bayer2011-12-042-24/+67
* - [bug] Calls to query.join() to a single-tableMike Bayer2011-12-031-1/+6