summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/session.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - whitespace removal bonanzaMike Bayer2011-01-021-80/+80
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-2/+2
* - removes the "on_" prefix.Mike Bayer2010-12-301-11/+11
* - another heap of inlinings and now I really have to be done with thisMike Bayer2010-12-211-2/+4
* - refactor expire_attributes into two simpler methodsMike Bayer2010-12-211-12/+5
* - convert built in AttributExtensions to event listener fnsMike Bayer2010-12-201-2/+0
* narrow down cascades in session some moreMike Bayer2010-12-191-61/+38
* trivial inliningsMike Bayer2010-12-181-0/+1
* - some good inlinings to the whole cascade_iterator() thing.Mike Bayer2010-12-181-13/+5
* - refactor query._get() into two methods - a static one that doesMike Bayer2010-12-121-1/+1
* - clean up the batch insert thingMike Bayer2010-12-111-1/+2
* - shave about a millisecond off of moderately complex save casades.Mike Bayer2010-12-061-1/+2
* - fix bug preventing multiple SessionExtensions from being correctly converte...Mike Bayer2010-11-281-1/+1
* - the in-flush check for "pending orphan being flushed" has been removed.Mike Bayer2010-11-201-14/+1
* - SessionEvents is on board and the event model is done, can start building 0...Mike Bayer2010-11-141-26/+30
* merge tipMike Bayer2010-11-131-5/+0
|\
| * - move inline "import" statements to use new "util.importlater()" construct. ...Mike Bayer2010-11-131-5/+0
* | - most tests passing on adapted MapperExtensionMike Bayer2010-11-061-1/+1
* | - merge tipMike Bayer2010-11-061-24/+42
|\ \ | |/
| * - write a new section describing the "subtransactions=True" flag in full detailMike Bayer2010-11-011-17/+8
| * - document is_modified() caveats including that the "old" value isn't alwaysMike Bayer2010-10-201-6/+26
| * note expire_on_commit in the docstring for commit() as wellMike Bayer2010-10-161-1/+8
* | - add instrumentation eventsMike Bayer2010-10-021-1/+1
|/