| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | PropertyLoader will not re-determine direction when initialized a second time... | Mike Bayer | 2006-03-18 | 1 | -1/+5 |
| * | identified more issues with inheritance. mapper inheritance is more closed-m... | Mike Bayer | 2006-03-17 | 3 | -17/+31 |
| * | an import ! eesh | Mike Bayer | 2006-03-17 | 1 | -1/+1 |
| * | factored objectstore into two packages, one more public facing the other more... | Mike Bayer | 2006-03-17 | 2 | -805/+839 |
| * | removed redundant is_dirty function | Mike Bayer | 2006-03-14 | 1 | -5/+0 |
| * | Fix docstring and exception message in selectone_by | Alexey Shamrin | 2006-03-13 | 1 | -2/+2 |
| * | added selectfirst_by/selectone_by, selectone throws exception if more than o... | Mike Bayer | 2006-03-13 | 1 | -17/+28 |
| * | tweak to get_direction, rolls back a comparison of "foreigntable" to "parent"... | Mike Bayer | 2006-03-13 | 1 | -2/+4 |
| * | refactor to Compiled.get_params() to return new ClauseParameters object, a mo... | Mike Bayer | 2006-03-13 | 1 | -2/+2 |
| * | added expire() function + unit test fixes [ticket:95] | Mike Bayer | 2006-03-10 | 1 | -0/+13 |
| * | added 'noninherited table' prop to mapper indicating the "lead" table, in the... | Mike Bayer | 2006-03-09 | 2 | -8/+5 |
| * | added identity() method to mapper, to help get the primary key of an instance. | Mike Bayer | 2006-03-08 | 1 | -1/+7 |
| * | added check to relation that will see if the same table is included between t... | Mike Bayer | 2006-03-08 | 2 | -2/+11 |
| * | serious overhaul to get eager loads to work inline with an inheriting mapper,... | Mike Bayer | 2006-03-08 | 2 | -11/+32 |
| * | comment | Mike Bayer | 2006-03-07 | 1 | -3/+5 |
| * | backref() func will also honor lazy=True/False | Mike Bayer | 2006-03-07 | 1 | -1/+6 |
| * | added backref() function, allows the creation of a backref where you also sen... | Mike Bayer | 2006-03-07 | 2 | -19/+39 |
| * | fixed bug in eager loading on a many-to-one [ticket:96], added the ticket tes... | Mike Bayer | 2006-03-06 | 1 | -0/+5 |
| * | a mapper with inheritance will place itself as "dependent" on the inherited m... | Mike Bayer | 2006-03-06 | 2 | -4/+7 |
| * | added new 'polymorphic' example. still trying to understand it :) . | Mike Bayer | 2006-03-06 | 2 | -4/+4 |
| * | delete tables in an inheritance rel. requires them in reverse | Mike Bayer | 2006-03-06 | 1 | -1/+3 |
| * | got mapper to receive the onupdates after updating an instance (also properly... | Mike Bayer | 2006-03-05 | 1 | -9/+22 |
| * | added objectstore.refresh(), including supporting changes in mapper, attribut... | Mike Bayer | 2006-03-02 | 2 | -24/+43 |
| * | took out that "TypeError" wrapper since it blows away stack traces and confus... | Mike Bayer | 2006-02-28 | 1 | -5/+1 |
| * | got mapper.using() to work, fixed push/pop mapper, custom session assignments | Mike Bayer | 2006-02-27 | 2 | -11/+33 |
| * | more work on cycles, fleshed out tests for post_update, fix to the delete pha... | Mike Bayer | 2006-02-27 | 1 | -1/+1 |
| * | imported casacde_mappers | Mike Bayer | 2006-02-26 | 1 | -1/+1 |
| * | implemented SyncRules for mapper with inheritance relationship, fixes [ticket... | Mike Bayer | 2006-02-26 | 3 | -11/+24 |
| * | factored out "syncrule" logic to a separate package, so mapper will be able t... | Mike Bayer | 2006-02-26 | 3 | -110/+140 |
| * | place _instance_key on object only when objectstore finally register_clean's ... | Mike Bayer | 2006-02-26 | 1 | -3/+1 |
| * | register_deleted/register_dirty perform pre-check before doing the "validate"... | Mike Bayer | 2006-02-26 | 1 | -8/+10 |
| * | fixed exception import. check for objects being present in the identity map ... | Mike Bayer | 2006-02-26 | 1 | -2/+10 |
| * | adjustment to compile synchronizers which allows many-to-many synchronize to ... | Mike Bayer | 2006-02-26 | 1 | -2/+7 |
| * | merged sql_rearrangement branch , refactors sql package to work standalone with | Mike Bayer | 2006-02-25 | 2 | -12/+11 |
| * | get() method needs to use the full table, not just the 'primary' table, to ge... | Mike Bayer | 2006-02-24 | 1 | -1/+1 |
| * | moved iteration of props so that props can set up self-referring backref prop... | Mike Bayer | 2006-02-22 | 1 | -1/+2 |
| * | more fix to one-to-one: 'unchanged_items' can be [None] also with one to one ... | Mike Bayer | 2006-02-22 | 1 | -2/+3 |
| * | when begin/commit, an exception should still reset the transactional state | Mike Bayer | 2006-02-22 | 1 | -3/+5 |
| * | fix to EagerLoad where it late-initializes its eager chain, thereby not getti... | Mike Bayer | 2006-02-22 | 1 | -7/+18 |
| * | when creating lazy clause both sides of each clause must be Column | Mike Bayer | 2006-02-21 | 1 | -2/+2 |
| * | working on postupdate idea, refactoring to dependency processing | Mike Bayer | 2006-02-21 | 4 | -43/+61 |
| * | merged eager loading overhaul rev 1001:1009 | Mike Bayer | 2006-02-20 | 1 | -130/+87 |
| * | some comments, changed SmartProperty to be smarter, UOW | Mike Bayer | 2006-02-19 | 3 | -2/+22 |
| * | some docstrings etc | Mike Bayer | 2006-02-19 | 1 | -3/+6 |
| * | exception package added, support throughout | Mike Bayer | 2006-02-19 | 5 | -51/+50 |
| * | base begin method returns transaciton object | Mike Bayer | 2006-02-18 | 1 | -1/+1 |
| * | added new style of begin/commit which returns a tranactional object | Mike Bayer | 2006-02-18 | 1 | -13/+34 |
| * | Join object wasnt exporting foreign keys correctly | Mike Bayer | 2006-02-16 | 1 | -8/+24 |
| * | commentrel_0_1_0 | Mike Bayer | 2006-02-14 | 1 | -2/+4 |
| * | the list-based foreign key doenst seem to work quite right, rolling it back | Mike Bayer | 2006-02-14 | 1 | -15/+10 |