summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/persistence.py
Commit message (Expand)AuthorAgeFilesLines
* - happy new yearMike Bayer2014-01-051-1/+1
* - fix bug due to regression from #2793, make sure we only go to loadMike Bayer2013-10-111-2/+2
* - modify what we did in [ticket:2793] so that we can also set theMike Bayer2013-09-061-4/+5
* - The ``version_id_generator`` parameter of ``Mapper`` can now be specifiedMike Bayer2013-08-251-40/+85
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-1/+1
* - create a new system where we can decorate an event methodMike Bayer2013-07-081-4/+6
* A warning is emitted when trying to flush an object of an inheritedMike Bayer2013-06-301-0/+3
* Merge branch 'rel_0_9'Mike Bayer2013-05-291-11/+11
|\
| * a pass where we try to squash down as many list()/keys() combinationsMike Bayer2013-05-261-1/+1
| * - the raw 2to3 runMike Bayer2013-04-271-11/+11
* | - move an import stuck in the middle here...Mike Bayer2013-05-281-1/+1
|/
* lintingMike Bayer2013-03-091-1/+1
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-191-3/+23
* added test of synchronize_session='fetch' on rows which are not already in th...Scott Torborg2012-11-101-0/+1
* Added test and fix for version_id_col bug.Daniel Miller2012-09-121-1/+1
* - [feature] The Query.update() method is nowMike Bayer2012-08-201-4/+7
* don't need this is_really_none() thing anymoreMike Bayer2012-08-081-11/+11
* - with InstanceState more public, underscore all its methodsMike Bayer2012-07-181-107/+107
* - move all of orm to use absolute importsMike Bayer2012-06-231-11/+9
* dont call connection()/get_bind() all that here if we don't have toMike Bayer2012-06-131-2/+4
* - refactor query.update() and query.delete() to use a pureMike Bayer2012-04-291-14/+247
* - add __table_cls__ option to declarative, not publicized yet, is for the momentMike Bayer2012-03-121-12/+8
* 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-301-0/+780