| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - Adjusted flush accounting step to occur before | Mike Bayer | 2011-02-07 | 1 | -15/+0 |
| * | - Session constructor emits a warning when autoflush=True | Mike Bayer | 2011-02-07 | 1 | -0/+15 |
| * | - Session weak_instance_dict=False is deprecated. | Mike Bayer | 2011-02-05 | 1 | -0/+3 |
| * | - Session.connection(), Session.execute() accept 'bind', | Mike Bayer | 2011-01-18 | 1 | -0/+25 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -58/+58 |
| * | - move session/mapper events/extension tests into orm/test_events.py | Mike Bayer | 2010-12-31 | 1 | -382/+0 |
| * | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -36/+36 |
| * | - they don't want "on_". First step, change the naming convention on Events | Mike Bayer | 2010-12-30 | 1 | -1/+1 |
| * | new calling style: event.listen(target, identifier, fn) | Mike Bayer | 2010-12-01 | 1 | -10/+10 |
| * | - fix bug preventing multiple SessionExtensions from being correctly converte... | Mike Bayer | 2010-11-28 | 1 | -0/+20 |
| * | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -5/+5 |
| |\ |
|
| | * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -5/+5 |
| * | | - merge no-save-cascade collection flushes branch, [ticket:1973] | Mike Bayer | 2010-11-20 | 1 | -39/+0 |
| |\ \ |
|
| | * | | - establish a consistent pattern of behavior along o2m, m2m, and m2o relation... | Mike Bayer | 2010-11-17 | 1 | -39/+0 |
| | |/ |
|
| * | | - SessionEvents is on board and the event model is done, can start building 0... | Mike Bayer | 2010-11-14 | 1 | -175/+358 |
| |/ |
|
| * | - fix test_single test to use default dialect | Mike Bayer | 2010-09-15 | 1 | -3/+30 |
| * | - Added a mutex to the identity map which mutexes | Mike Bayer | 2010-09-07 | 1 | -1/+17 |
| * | - An object that's been deleted now gets a flag | Mike Bayer | 2010-08-26 | 1 | -0/+46 |
| * | - object_session() raises the proper | Mike Bayer | 2010-08-18 | 1 | -1/+16 |
| * | - experimenting with pytidy with mods as a textmate plugin along | Mike Bayer | 2010-07-10 | 1 | -88/+128 |
| * | - An instance which is moved to "transient", has | Mike Bayer | 2010-06-30 | 1 | -0/+9 |
| * | - To accomodate the fact that there are now two kinds of eager | Mike Bayer | 2010-03-24 | 1 | -7/+7 |
| * | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 1 | -12/+12 |
| * | - Session.execute() now locates table- and | Mike Bayer | 2009-12-08 | 1 | -22/+47 |
| * | deprecations per [ticket:1498]: | Mike Bayer | 2009-10-15 | 1 | -11/+1 |
| * | - Fixed incorrect exception raise in | Mike Bayer | 2009-08-31 | 1 | -1/+21 |
| * | - turned on auto-returning for oracle, some errors | Mike Bayer | 2009-08-08 | 1 | -1/+20 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -24/+21 |
| * | - Fixed potential memory leak whereby previously pickled objects | Mike Bayer | 2009-07-10 | 1 | -0/+30 |
| * | - Fixed bug whereby session.is_modified() would raise an exception | Mike Bayer | 2009-07-09 | 1 | -0/+10 |
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+1434 |