summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/unitofwork.py
Commit message (Expand)AuthorAgeFilesLines
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-6/+6
* And thus ends support for Python 2.3.Jason Kirtland2008-07-151-1/+3
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-277/+92
* - removed redundant get_history() methodMike Bayer2008-04-011-3/+3
* - fixed/added coverage for various cascade scenariosMike Bayer2008-03-181-15/+0
* - fix expunging of orphans with more than one parentAnts Aasma2008-03-101-11/+18
* - the value of a bindparam() can be a callable, in whichMike Bayer2008-02-221-2/+2
* er, ok, dont do that (reversed last change). PG relies upon _register_clean forMike Bayer2008-02-211-2/+2
* dont treat "listonly" objects as newly cleanMike Bayer2008-02-211-1/+1
* - preventive code against a potential lost-referenceMike Bayer2008-02-211-3/+7
* - modernized cascade.py testsMike Bayer2008-02-171-8/+15
* fixed (still uncovered) incorrect variable name...Mike Bayer2008-02-141-1/+1
* unit-of-work flush didn't close the failed transaction when the session was n...Ants Aasma2008-02-061-1/+1
* - fixed bug with session.dirty when using "mutable scalars"Mike Bayer2008-01-091-1/+1
* happy new yearMike Bayer2008-01-011-1/+1
* - cleanup; lambdas removed from properties; properties mirror same-named func...Mike Bayer2007-12-181-21/+11
* - added a warning when a relation() is added to an inheriting mapper that is ...Mike Bayer2007-12-091-1/+2
* mapper uses attributes to get non-cached historyMike Bayer2007-12-091-2/+2
* remove redundant identity map setMike Bayer2007-12-091-1/+2
* - mutable primary key support is added. primary key columns can beMike Bayer2007-12-091-11/+46
* - flush() refactor merged from uow_nontree branch r3871-r3885Mike Bayer2007-12-081-366/+208
* a little refinement to topological options, more to comeMike Bayer2007-12-071-1/+1
* - moved class-level attributes placed by the attributes package into a _class...Mike Bayer2007-12-021-2/+2
* cleanupMike Bayer2007-11-281-2/+2
* AttributeManager class and "cached" state removed....attribute listingMike Bayer2007-11-271-19/+9
* - all kinds of cleanup, tiny-to-slightly-significant speed improvementsMike Bayer2007-11-241-7/+12
* - 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