| Commit message (Expand) | Author | Age | Files | Lines |
| * | - session.refresh() and session.expire() now support an additional argument | Mike Bayer | 2007-11-18 | 1 | -1/+1 |
| * | - Removed equality, truth and hash() testing of mapped instances. Mapped | Jason Kirtland | 2007-11-03 | 1 | -23/+23 |
| * | - session checks more carefully when determining "object X already in another... | Mike Bayer | 2007-11-01 | 1 | -8/+1 |
| * | - fix to "row switch" behavior, i.e. when an INSERT/DELETE is combined into a | Mike Bayer | 2007-10-30 | 1 | -1/+12 |
| * | - inline optimizations added to locate_dirty() which can greatly speed up | Mike Bayer | 2007-10-15 | 1 | -5/+18 |
| * | - merged sa_entity branch. the big change here is the attributes system | Mike Bayer | 2007-09-22 | 1 | -7/+11 |
| * | - various cruft removal and optimizations to load process. | Mike Bayer | 2007-09-03 | 1 | -3/+4 |
| * | -removed echo_property() function, moved logging checks to | Mike Bayer | 2007-08-21 | 1 | -20/+12 |
| * | Added session.prune(), releases unused objects in strong-ref identity maps. | Jason Kirtland | 2007-08-16 | 1 | -2/+19 |
| * | mass has_key->__contains__ migration, [ticket:738] | Mike Bayer | 2007-08-15 | 1 | -3/+3 |
| * | - base_mapper() becomes a plain attribute | Mike Bayer | 2007-08-14 | 1 | -5/+5 |
| * | - a rudimental SessionExtension class has been added, allowing user-defined | Mike Bayer | 2007-08-13 | 1 | -0/+9 |
| * | switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xar... | Jonathan Ellis | 2007-08-03 | 1 | -2/+2 |
| * | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -32/+29 |
| * | further refinements to the previous session.expunge() fix | Mike Bayer | 2007-07-10 | 1 | -1/+1 |
| * | fixed small expunge() bug where object might not be present in session | Mike Bayer | 2007-07-10 | 1 | -1/+1 |
| * | clarifying some cascade-based unit tests, adding a little more coverage, | Mike Bayer | 2007-05-04 | 1 | -14/+5 |
| * | decruftify UOW some more....uowdumper always prints out based on | Mike Bayer | 2007-04-26 | 1 | -6/+0 |
| * | - generative test doesnt apply to mysql, others | Mike Bayer | 2007-04-26 | 1 | -303/+373 |
| * | latest #214 fixups | Mike Bayer | 2007-03-31 | 1 | -1/+1 |
| * | - some logging cleanup | Mike Bayer | 2007-03-27 | 1 | -0/+7 |
| * | the "tack on the leftover tasks at the end" step of the "circular dependency ... | Mike Bayer | 2007-03-20 | 1 | -5/+16 |
| * | - many-to-many table will be properly handled even for operations that | Mike Bayer | 2007-03-19 | 1 | -2/+3 |
| * | - flush fixes on self-referential relationships that contain references | Mike Bayer | 2007-03-17 | 1 | -10/+28 |
| * | migrated (most) docstrings to pep-257 format, docstring generator using strai... | Mike Bayer | 2007-02-25 | 1 | -144/+261 |
| * | copyright update | Mike Bayer | 2007-01-05 | 1 | -1/+1 |
| * | - global "insure"->"ensure" change. in US english "insure" is actually | Mike Bayer | 2007-01-01 | 1 | -1/+1 |
| * | - identity map in Session is by default *no longer weak referencing*. | Mike Bayer | 2006-12-09 | 1 | -2/+5 |
| * | fixed up some debug logging to be conditional, adds speed. made some | Mike Bayer | 2006-12-04 | 1 | -6/+2 |
| * | - improved support for disabling save-update cascade via cascade="none" etc. | Mike Bayer | 2006-11-30 | 1 | -4/+11 |
| * | - fixed bug in circular dependency sorting at flush time; if object A | Mike Bayer | 2006-11-01 | 1 | -9/+18 |
| * | converted imports to absolute | Mike Bayer | 2006-10-26 | 1 | -8/+2 |
| * | - attributes module and test suite moves underneath 'orm' package | Mike Bayer | 2006-10-22 | 1 | -1/+2 |
| * | progress on [ticket:329] | Mike Bayer | 2006-10-19 | 1 | -217/+196 |
| * | some logging tweaks....its a little squirrely | Mike Bayer | 2006-10-12 | 1 | -6/+8 |
| * | - mapper.save_obj() now functions across all mappers in its polymorphic | Mike Bayer | 2006-10-08 | 1 | -2/+2 |
| * | some cleanup | Mike Bayer | 2006-10-07 | 1 | -4/+0 |
| * | - added some dependency logging | Mike Bayer | 2006-09-29 | 1 | -4/+2 |
| * | - added an automatic "row switch" feature to mapping, which will | Mike Bayer | 2006-09-27 | 1 | -3/+6 |
| * | - logging is now implemented via standard python "logging" module. | Mike Bayer | 2006-09-24 | 1 | -16/+11 |
| * | - added "pickleable" module to test suite to have cPickle-compatible | Mike Bayer | 2006-09-23 | 1 | -67/+29 |
| * | - post_update behavior improved; does a better job at not | Mike Bayer | 2006-09-19 | 1 | -5/+22 |
| * | fixup to printing of uow | Mike Bayer | 2006-09-07 | 1 | -2/+4 |
| * | - more rearrangements of unit-of-work commit scheme to better allow | Mike Bayer | 2006-09-07 | 1 | -45/+66 |
| * | the "check for orphans" step will cascade the delete operation to child objects. | Mike Bayer | 2006-08-22 | 1 | -4/+10 |
| * | - unit-of-work does a better check for "orphaned" objects that are | Mike Bayer | 2006-08-18 | 1 | -4/+8 |
| * | commit should be outside of the try/except; else when commit fails, rollback ... | Mike Bayer | 2006-08-17 | 1 | -1/+1 |
| * | modifcation to unitofwork to not maintain ordering within therel_0_2_7 | Mike Bayer | 2006-08-12 | 1 | -3/+7 |
| * | some cleanup on session/uow interaction, check for None | Mike Bayer | 2006-07-17 | 1 | -41/+3 |
| * | some cascade tweaks | Mike Bayer | 2006-07-14 | 1 | -0/+2 |