summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/session.py
Commit message (Expand)AuthorAgeFilesLines
* - collection docsMike Bayer2010-09-091-0/+8
* almost through.Mike Bayer2010-09-041-67/+5
* doc tweakMike Bayer2010-08-291-2/+2
* - An object that's been deleted now gets a flagMike Bayer2010-08-261-5/+19
* - object_session() raises the properMike Bayer2010-08-181-2/+10
* - added much more verbiage about transactions and expire_allMike Bayer2010-08-121-8/+48
* - Calling fetchone() or similar on a result thatMike Bayer2010-08-031-2/+3
* document the crap out of text(), Session.execute()Mike Bayer2010-07-201-13/+37
* - An instance which is moved to "transient", hasMike Bayer2010-06-301-0/+8
* - Pool classes will reuse the same "pool_logging_name" settingMike Bayer2010-05-301-82/+80
* - session.merge() will not expire attributes on the returnedMike Bayer2010-05-081-5/+5
* remove a few superfluous importsMike Bayer2010-04-291-1/+0
* fix sphinx referenceChris Withers2010-04-281-1/+1
* a little bit of refinementMike Bayer2010-04-171-2/+6
* its alive !Mike Bayer2010-03-311-1/+1
* - Session.refresh() now does an equivalent expire()Mike Bayer2010-03-291-6/+21
* - added "lockmode" kw argument to Session.refresh(), willMike Bayer2010-03-191-4/+9
* - The "allow_null_pks" flag is now called "allow_partial_pks",Mike Bayer2010-02-221-2/+4
* - Fixed cascade bug in many-to-one relation() when attributeMike Bayer2010-02-161-1/+1
* - reduced a bit of overhead in attribute expiration, particularlyMike Bayer2010-02-131-6/+7
* - Fixed bug in session.rollback() which involved not removingMike Bayer2010-02-051-3/+3
* - the "save-update" cascade will now cascade the pending *removed*Mike Bayer2010-01-301-1/+2
* - mega example cleanupMike Bayer2010-01-191-1/+1
* - cut down on a few hundred method callsMike Bayer2010-01-111-1/+5
* - merge() will not issue a needless merge of attributes if theMike Bayer2010-01-101-2/+8
* happy new yearMike Bayer2010-01-071-1/+1
* - Session.merge() is performance optimized, using half theMike Bayer2010-01-071-13/+20
* - Session.execute() now locates table- andMike Bayer2009-12-081-9/+7
* - Fixed a needless select which would occur when mergingMike Bayer2009-12-071-19/+20
* - added a real unit test for sqlsoupMike Bayer2009-11-091-3/+3
* deprecations per [ticket:1498]:Mike Bayer2009-10-151-57/+4
* merge from branches/clauseelement-nonzeroPhilip Jenvey2009-09-241-1/+1
* - Fixed bug which prevented two entities from mutuallyMike Bayer2009-09-011-2/+4
* - turned on auto-returning for oracle, some errorsMike Bayer2009-08-081-0/+16
* merge 0.6 series to trunk.Mike Bayer2009-08-061-14/+18
* Fix small typos in docstringLele Gaifax2009-07-241-2/+2
* - Fixed bug whereby session.is_modified() would raise an exceptionMike Bayer2009-07-091-2/+10
* - Removed all* O(N) scanning behavior from the flush() process,Mike Bayer2009-05-171-23/+31
* - Significant performance enhancements regarding Sessions/flush()Mike Bayer2009-05-171-16/+17
* - Fixed documentation for session weak_identity_map -Mike Bayer2009-04-091-2/+2
* - Fixed another location where autoflush was interferingMike Bayer2009-03-311-10/+15
* - Fixed bug in dynamic_loader() where append/remove eventsMike Bayer2009-03-241-0/+1
* - The "objects" argument to session.flush() is deprecated.Mike Bayer2009-03-011-0/+7
* - Session.scalar() now converts raw SQL strings to text()Mike Bayer2009-02-171-6/+3
* moved the non-expire of unloaded deferred attributes into the attributes packageMike Bayer2009-01-241-8/+1
* - session.expire() and related methods will not expire() unloadedMike Bayer2009-01-241-1/+9
* - The "clear()", "save()", "update()", "save_or_update()"Mike Bayer2009-01-171-10/+8
* happy new yearMike Bayer2009-01-121-1/+1
* - Concrete inheriting mappers now instrument attributes which are inherited f...Mike Bayer2009-01-111-1/+1
* - added another usage recipe for contains_eager()Mike Bayer2008-12-291-1/+1