| Commit message (Expand) | Author | Age | Files | Lines |
* | - collection docs | Mike Bayer | 2010-09-09 | 1 | -0/+8 |
* | almost through. | Mike Bayer | 2010-09-04 | 1 | -67/+5 |
* | doc tweak | Mike Bayer | 2010-08-29 | 1 | -2/+2 |
* | - An object that's been deleted now gets a flag | Mike Bayer | 2010-08-26 | 1 | -5/+19 |
* | - object_session() raises the proper | Mike Bayer | 2010-08-18 | 1 | -2/+10 |
* | - added much more verbiage about transactions and expire_all | Mike Bayer | 2010-08-12 | 1 | -8/+48 |
* | - Calling fetchone() or similar on a result that | Mike Bayer | 2010-08-03 | 1 | -2/+3 |
* | document the crap out of text(), Session.execute() | Mike Bayer | 2010-07-20 | 1 | -13/+37 |
* | - An instance which is moved to "transient", has | Mike Bayer | 2010-06-30 | 1 | -0/+8 |
* | - Pool classes will reuse the same "pool_logging_name" setting | Mike Bayer | 2010-05-30 | 1 | -82/+80 |
* | - session.merge() will not expire attributes on the returned | Mike Bayer | 2010-05-08 | 1 | -5/+5 |
* | remove a few superfluous imports | Mike Bayer | 2010-04-29 | 1 | -1/+0 |
* | fix sphinx reference | Chris Withers | 2010-04-28 | 1 | -1/+1 |
* | a little bit of refinement | Mike Bayer | 2010-04-17 | 1 | -2/+6 |
* | its alive ! | Mike Bayer | 2010-03-31 | 1 | -1/+1 |
* | - Session.refresh() now does an equivalent expire() | Mike Bayer | 2010-03-29 | 1 | -6/+21 |
* | - added "lockmode" kw argument to Session.refresh(), will | Mike Bayer | 2010-03-19 | 1 | -4/+9 |
* | - The "allow_null_pks" flag is now called "allow_partial_pks", | Mike Bayer | 2010-02-22 | 1 | -2/+4 |
* | - Fixed cascade bug in many-to-one relation() when attribute | Mike Bayer | 2010-02-16 | 1 | -1/+1 |
* | - reduced a bit of overhead in attribute expiration, particularly | Mike Bayer | 2010-02-13 | 1 | -6/+7 |
* | - Fixed bug in session.rollback() which involved not removing | Mike Bayer | 2010-02-05 | 1 | -3/+3 |
* | - the "save-update" cascade will now cascade the pending *removed* | Mike Bayer | 2010-01-30 | 1 | -1/+2 |
* | - mega example cleanup | Mike Bayer | 2010-01-19 | 1 | -1/+1 |
* | - cut down on a few hundred method calls | Mike Bayer | 2010-01-11 | 1 | -1/+5 |
* | - merge() will not issue a needless merge of attributes if the | Mike Bayer | 2010-01-10 | 1 | -2/+8 |
* | happy new year | Mike Bayer | 2010-01-07 | 1 | -1/+1 |
* | - Session.merge() is performance optimized, using half the | Mike Bayer | 2010-01-07 | 1 | -13/+20 |
* | - Session.execute() now locates table- and | Mike Bayer | 2009-12-08 | 1 | -9/+7 |
* | - Fixed a needless select which would occur when merging | Mike Bayer | 2009-12-07 | 1 | -19/+20 |
* | - added a real unit test for sqlsoup | Mike Bayer | 2009-11-09 | 1 | -3/+3 |
* | deprecations per [ticket:1498]: | Mike Bayer | 2009-10-15 | 1 | -57/+4 |
* | merge from branches/clauseelement-nonzero | Philip Jenvey | 2009-09-24 | 1 | -1/+1 |
* | - Fixed bug which prevented two entities from mutually | Mike Bayer | 2009-09-01 | 1 | -2/+4 |
* | - turned on auto-returning for oracle, some errors | Mike Bayer | 2009-08-08 | 1 | -0/+16 |
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -14/+18 |
* | Fix small typos in docstring | Lele Gaifax | 2009-07-24 | 1 | -2/+2 |
* | - Fixed bug whereby session.is_modified() would raise an exception | Mike Bayer | 2009-07-09 | 1 | -2/+10 |
* | - Removed all* O(N) scanning behavior from the flush() process, | Mike Bayer | 2009-05-17 | 1 | -23/+31 |
* | - Significant performance enhancements regarding Sessions/flush() | Mike Bayer | 2009-05-17 | 1 | -16/+17 |
* | - Fixed documentation for session weak_identity_map - | Mike Bayer | 2009-04-09 | 1 | -2/+2 |
* | - Fixed another location where autoflush was interfering | Mike Bayer | 2009-03-31 | 1 | -10/+15 |
* | - Fixed bug in dynamic_loader() where append/remove events | Mike Bayer | 2009-03-24 | 1 | -0/+1 |
* | - The "objects" argument to session.flush() is deprecated. | Mike Bayer | 2009-03-01 | 1 | -0/+7 |
* | - Session.scalar() now converts raw SQL strings to text() | Mike Bayer | 2009-02-17 | 1 | -6/+3 |
* | moved the non-expire of unloaded deferred attributes into the attributes package | Mike Bayer | 2009-01-24 | 1 | -8/+1 |
* | - session.expire() and related methods will not expire() unloaded | Mike Bayer | 2009-01-24 | 1 | -1/+9 |
* | - The "clear()", "save()", "update()", "save_or_update()" | Mike Bayer | 2009-01-17 | 1 | -10/+8 |
* | happy new year | Mike Bayer | 2009-01-12 | 1 | -1/+1 |
* | - Concrete inheriting mappers now instrument attributes which are inherited f... | Mike Bayer | 2009-01-11 | 1 | -1/+1 |
* | - added another usage recipe for contains_eager() | Mike Bayer | 2008-12-29 | 1 | -1/+1 |