summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/unitofwork.py
Commit message (Expand)AuthorAgeFilesLines
* - session.refresh() and session.expire() now support an additional argumentMike Bayer2007-11-181-1/+1
* - Removed equality, truth and hash() testing of mapped instances. MappedJason Kirtland2007-11-031-23/+23
* - session checks more carefully when determining "object X already in another...Mike Bayer2007-11-011-8/+1
* - fix to "row switch" behavior, i.e. when an INSERT/DELETE is combined into aMike Bayer2007-10-301-1/+12
* - inline optimizations added to locate_dirty() which can greatly speed upMike Bayer2007-10-151-5/+18
* - merged sa_entity branch. the big change here is the attributes systemMike Bayer2007-09-221-7/+11
* - various cruft removal and optimizations to load process.Mike Bayer2007-09-031-3/+4
* -removed echo_property() function, moved logging checks toMike Bayer2007-08-211-20/+12
* Added session.prune(), releases unused objects in strong-ref identity maps.Jason Kirtland2007-08-161-2/+19
* mass has_key->__contains__ migration, [ticket:738]Mike Bayer2007-08-151-3/+3
* - base_mapper() becomes a plain attributeMike Bayer2007-08-141-5/+5
* - a rudimental SessionExtension class has been added, allowing user-definedMike Bayer2007-08-131-0/+9
* switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xar...Jonathan Ellis2007-08-031-2/+2
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-32/+29
* further refinements to the previous session.expunge() fixMike Bayer2007-07-101-1/+1
* fixed small expunge() bug where object might not be present in sessionMike Bayer2007-07-101-1/+1
* clarifying some cascade-based unit tests, adding a little more coverage,Mike Bayer2007-05-041-14/+5
* decruftify UOW some more....uowdumper always prints out based onMike Bayer2007-04-261-6/+0
* - generative test doesnt apply to mysql, othersMike Bayer2007-04-261-303/+373
* latest #214 fixupsMike Bayer2007-03-311-1/+1
* - some logging cleanupMike Bayer2007-03-271-0/+7
* the "tack on the leftover tasks at the end" step of the "circular dependency ...Mike Bayer2007-03-201-5/+16
* - many-to-many table will be properly handled even for operations thatMike Bayer2007-03-191-2/+3
* - flush fixes on self-referential relationships that contain referencesMike Bayer2007-03-171-10/+28
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-251-144/+261
* copyright updateMike Bayer2007-01-051-1/+1
* - global "insure"->"ensure" change. in US english "insure" is actuallyMike Bayer2007-01-011-1/+1
* - identity map in Session is by default *no longer weak referencing*.Mike Bayer2006-12-091-2/+5
* fixed up some debug logging to be conditional, adds speed. made someMike Bayer2006-12-041-6/+2
* - improved support for disabling save-update cascade via cascade="none" etc.Mike Bayer2006-11-301-4/+11
* - fixed bug in circular dependency sorting at flush time; if object AMike Bayer2006-11-011-9/+18
* converted imports to absoluteMike Bayer2006-10-261-8/+2
* - attributes module and test suite moves underneath 'orm' packageMike Bayer2006-10-221-1/+2
* progress on [ticket:329]Mike Bayer2006-10-191-217/+196
* some logging tweaks....its a little squirrelyMike Bayer2006-10-121-6/+8
* - mapper.save_obj() now functions across all mappers in its polymorphicMike Bayer2006-10-081-2/+2
* some cleanupMike Bayer2006-10-071-4/+0
* - added some dependency loggingMike Bayer2006-09-291-4/+2
* - added an automatic "row switch" feature to mapping, which willMike Bayer2006-09-271-3/+6
* - logging is now implemented via standard python "logging" module.Mike Bayer2006-09-241-16/+11
* - added "pickleable" module to test suite to have cPickle-compatibleMike Bayer2006-09-231-67/+29
* - post_update behavior improved; does a better job at notMike Bayer2006-09-191-5/+22
* fixup to printing of uowMike Bayer2006-09-071-2/+4
* - more rearrangements of unit-of-work commit scheme to better allowMike Bayer2006-09-071-45/+66
* the "check for orphans" step will cascade the delete operation to child objects.Mike Bayer2006-08-221-4/+10
* - unit-of-work does a better check for "orphaned" objects that areMike Bayer2006-08-181-4/+8
* commit should be outside of the try/except; else when commit fails, rollback ...Mike Bayer2006-08-171-1/+1
* modifcation to unitofwork to not maintain ordering within therel_0_2_7Mike Bayer2006-08-121-3/+7
* some cleanup on session/uow interaction, check for NoneMike Bayer2006-07-171-41/+3
* some cascade tweaksMike Bayer2006-07-141-0/+2