summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/session.py
Commit message (Expand)AuthorAgeFilesLines
* - rework scoped_session and sessionmaker, [ticket:2500]Mike Bayer2012-09-101-81/+123
* - add a test to make sure we've tested session.execute(stmt, multiparams)Mike Bayer2012-09-091-25/+84
* add a note, no autoflush with execute, [ticket:2550]Mike Bayer2012-08-161-0/+2
* big rework of is_active and SessionTransaction docsMike Bayer2012-08-081-32/+109
* - continue editing the merge docsMike Bayer2012-08-081-22/+26
* - modernize some merge docs a bitMike Bayer2012-08-071-0/+23
* - with InstanceState more public, underscore all its methodsMike Bayer2012-07-181-134/+134
* turn commit_all into an iterative methodMike Bayer2012-06-251-2/+6
* 2.5 compatMike Bayer2012-06-231-4/+0
* - move all of orm to use absolute importsMike Bayer2012-06-231-31/+30
* - [removed] Deprecated identifiers removed:Mike Bayer2012-06-211-5/+1
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-081-22/+22
* - [feature] The 'objects' argument toMike Bayer2012-06-081-11/+6
* - add before_attach event, [ticket:2464]Mike Bayer2012-06-071-4/+14
* - [feature] Added utility featureMike Bayer2012-05-171-0/+44
* - [feature] Calling rollback() within aMike Bayer2012-04-241-43/+55
* - [feature] The after_attach event is nowMike Bayer2012-04-241-2/+2
* - [bug] The "passive" flag on Session.is_modified()Mike Bayer2012-04-241-39/+25
* - the inspect interface is done, needs docs.Mike Bayer2012-04-041-4/+4
* - [bug] Fixed event registration bugMike Bayer2012-03-071-1/+1
* - [feature] Added "no_autoflush" contextMike Bayer2012-02-251-0/+28
* document identity_mapMike Bayer2012-02-111-0/+13
* - [bug] Fixed issue where modified session stateMike Bayer2012-01-271-4/+18
* happy new yearMike Bayer2012-01-041-1/+1
* fix a whole bunch of note:: / warning:: that were inline,Mike Bayer2011-12-251-1/+3
* -re-document the is_modified method, and place significant caveatsMike Bayer2011-12-041-23/+65
* - When an open Session is garbage collected, the objectsMike Bayer2011-09-241-1/+3
* - The integer "id" used to link a mapped instance withMike Bayer2011-09-241-1/+2
* fix typo, [ticket:2271]Mike Bayer2011-09-061-1/+1
* document session bind resolution orderMike Bayer2011-08-171-1/+25
* - Added after_soft_rollback() Session event. ThisMike Bayer2011-08-011-7/+47
* - document get_bind(), [ticket:1053]Mike Bayer2011-07-311-8/+25
* - fix pypostgresql typo, [ticket:2185]Mike Bayer2011-07-041-3/+3
* - add docs about not using text() with session.execute()Mike Bayer2011-06-231-0/+3
* - Fixed bug where transaction-level "deleted"Mike Bayer2011-06-051-0/+2
* - Modify the text of the message which occursMike Bayer2011-06-041-4/+9
* a crapload of doc tweaks including [ticket:1666], thanks Toby !Mike Bayer2011-04-161-3/+4
* - some doc reorgMike Bayer2011-03-171-2/+2
* corrected a bunch of spelling typosDiana Clarke2011-02-281-3/+3
* - Fixed bug whereby Session.merge() would call theMike Bayer2011-02-121-1/+1
* - remove some remaining sys.modules shenanigansrel_0_7b1Mike Bayer2011-02-121-2/+1
* ugh. OK let is_modified accept true/falseMike Bayer2011-02-111-1/+7
* - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE,Mike Bayer2011-02-111-1/+1
* - Adjusted flush accounting step to occur beforeMike Bayer2011-02-071-20/+16
* - Session constructor emits a warning when autoflush=TrueMike Bayer2011-02-071-0/+8
* typoMike Bayer2011-02-051-1/+1
* - Session weak_instance_dict=False is deprecated.Mike Bayer2011-02-051-98/+98
* typosMike Bayer2011-01-181-2/+2
* - Session.connection(), Session.execute() accept 'bind',Mike Bayer2011-01-181-57/+91
* - Session.merge() will check the version id of the incomingMike Bayer2011-01-181-0/+28