| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Removed 2.3 set emulations/enhancements. | Jason Kirtland | 2008-07-15 | 1 | -6/+6 |
| * | And thus ends support for Python 2.3. | Jason Kirtland | 2008-07-15 | 1 | -1/+3 |
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -277/+92 |
| * | - removed redundant get_history() method | Mike Bayer | 2008-04-01 | 1 | -3/+3 |
| * | - fixed/added coverage for various cascade scenarios | Mike Bayer | 2008-03-18 | 1 | -15/+0 |
| * | - fix expunging of orphans with more than one parent | Ants Aasma | 2008-03-10 | 1 | -11/+18 |
| * | - the value of a bindparam() can be a callable, in which | Mike Bayer | 2008-02-22 | 1 | -2/+2 |
| * | er, ok, dont do that (reversed last change). PG relies upon _register_clean for | Mike Bayer | 2008-02-21 | 1 | -2/+2 |
| * | dont treat "listonly" objects as newly clean | Mike Bayer | 2008-02-21 | 1 | -1/+1 |
| * | - preventive code against a potential lost-reference | Mike Bayer | 2008-02-21 | 1 | -3/+7 |
| * | - modernized cascade.py tests | Mike Bayer | 2008-02-17 | 1 | -8/+15 |
| * | fixed (still uncovered) incorrect variable name... | Mike Bayer | 2008-02-14 | 1 | -1/+1 |
| * | unit-of-work flush didn't close the failed transaction when the session was n... | Ants Aasma | 2008-02-06 | 1 | -1/+1 |
| * | - fixed bug with session.dirty when using "mutable scalars" | Mike Bayer | 2008-01-09 | 1 | -1/+1 |
| * | happy new year | Mike Bayer | 2008-01-01 | 1 | -1/+1 |
| * | - cleanup; lambdas removed from properties; properties mirror same-named func... | Mike Bayer | 2007-12-18 | 1 | -21/+11 |
| * | - added a warning when a relation() is added to an inheriting mapper that is ... | Mike Bayer | 2007-12-09 | 1 | -1/+2 |
| * | mapper uses attributes to get non-cached history | Mike Bayer | 2007-12-09 | 1 | -2/+2 |
| * | remove redundant identity map set | Mike Bayer | 2007-12-09 | 1 | -1/+2 |
| * | - mutable primary key support is added. primary key columns can be | Mike Bayer | 2007-12-09 | 1 | -11/+46 |
| * | - flush() refactor merged from uow_nontree branch r3871-r3885 | Mike Bayer | 2007-12-08 | 1 | -366/+208 |
| * | a little refinement to topological options, more to come | Mike Bayer | 2007-12-07 | 1 | -1/+1 |
| * | - moved class-level attributes placed by the attributes package into a _class... | Mike Bayer | 2007-12-02 | 1 | -2/+2 |
| * | cleanup | Mike Bayer | 2007-11-28 | 1 | -2/+2 |
| * | AttributeManager class and "cached" state removed....attribute listing | Mike Bayer | 2007-11-27 | 1 | -19/+9 |
| * | - all kinds of cleanup, tiny-to-slightly-significant speed improvements | Mike Bayer | 2007-11-24 | 1 | -7/+12 |
| * | - 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 |