| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | latest reorgnanization of the objectstore, the Session is a simpler object th... | Mike Bayer | 2006-02-14 | 1 | -5/+5 |
| * | added 'post_update' attribute to PropertyLoader, means to defer processing of... | Mike Bayer | 2006-02-13 | 1 | -2/+5 |
| * | cleanup and organization of code mostly in properties, making SyncRules clearer, | Mike Bayer | 2006-02-12 | 1 | -5/+12 |
| * | more hammering of defaults. ORM will properly execute defaults and post-fetc... | Mike Bayer | 2006-02-11 | 1 | -6/+13 |
| * | added before_update/after_update | Mike Bayer | 2006-02-11 | 1 | -3/+14 |
| * | objectstore refactored to have more flexible scopes for UnitOfWork | Mike Bayer | 2006-02-10 | 1 | -5/+6 |
| * | deprecated "selectalias" argument on eager loader, do use_alias=True | Mike Bayer | 2006-02-09 | 1 | -61/+29 |
| * | trying to get mappers to support having versions against different tables for... | Mike Bayer | 2006-02-07 | 1 | -3/+5 |
| * | __init__ monkeypatch looks for __init__ in the class' dict rather than via ge... | Mike Bayer | 2006-02-05 | 1 | -1/+1 |
| * | started PassiveDefault, which is a "database-side" default. mapper will go | Mike Bayer | 2006-02-05 | 1 | -0/+8 |
| * | refactoring of objectstore to handle cleaning up after itself with less | Mike Bayer | 2006-01-26 | 1 | -7/+6 |
| * | checks for relations that override columns and raises an error if override_co... | Mike Bayer | 2006-01-13 | 1 | -2/+5 |
| * | r818@lightspeed: robert | 2006-01-12 18:32:38 +1100 | Robert Leftwich | 2006-01-12 | 1 | -1/+5 |
| * | added count func to mapper | Mike Bayer | 2006-01-08 | 1 | -2/+19 |
| * | modified 'primarytable' idea and 'inheritance' to work better with improved r... | Mike Bayer | 2006-01-08 | 1 | -23/+35 |
| * | mapper - pks_by_table should store keys in order even tho we dont have a fail... | Mike Bayer | 2006-01-05 | 1 | -8/+11 |
| * | copyright->2005,2006 | Mike Bayer | 2006-01-03 | 1 | -1/+1 |
| * | cleanup to mapper/relation order_by parameter to be more consistently picked up | Mike Bayer | 2006-01-03 | 1 | -24/+58 |
| * | order by oid -> order by *default_order_by() when called by mapper layer. | Mike Bayer | 2006-01-02 | 1 | -6/+6 |
| * | rowid->oid | Mike Bayer | 2006-01-02 | 1 | -7/+7 |
| * | rowid_column becomes more like the "order by column". 'default_ordering' fla... | Mike Bayer | 2006-01-01 | 1 | -5/+5 |
| * | postgres oids say byebye by default, putting hooks in for engines to determin... | Mike Bayer | 2006-01-01 | 1 | -1/+1 |
| * | fix to ansisql when it tries to determine param-based select clause that its | Mike Bayer | 2005-12-31 | 1 | -6/+3 |
| * | some doc changes | Mike Bayer | 2005-12-31 | 1 | -30/+29 |
| * | changes related to mapping against arbitrary selects, selects with labels or ... | Mike Bayer | 2005-12-30 | 1 | -21/+44 |
| * | reworking concept of column lists, "FromObject", "Selectable"; | Mike Bayer | 2005-12-30 | 1 | -3/+7 |
| * | select_by/get_by get SQL clauses as well | Mike Bayer | 2005-12-29 | 1 | -5/+13 |
| * | the 'column' function is optional to point a property to a column when constr... | Mike Bayer | 2005-12-24 | 1 | -4/+5 |
| * | mapper, when updating, only SET's those columns that have changed. | Mike Bayer | 2005-12-23 | 1 | -10/+28 |
| * | refactor/cleanup to mapper options methodology to allow for incoming defer/un... | Mike Bayer | 2005-12-23 | 1 | -7/+26 |
| * | added 'deferred' keyword, allowing deferred loading of a particular column | Mike Bayer | 2005-12-21 | 1 | -2/+4 |
| * | need to do before_insert before populating the insert row | Mike Bayer | 2005-12-17 | 1 | -1/+3 |
| * | rethinking sequences model to allow any default values | Mike Bayer | 2005-12-15 | 1 | -2/+11 |
| * | added select_by, get_by, magic methods | Mike Bayer | 2005-12-14 | 1 | -0/+81 |
| * | added 'order_by' property to mapper constructor | Mike Bayer | 2005-12-12 | 1 | -4/+17 |
| * | fixes to the previous checkin with distinct etc | Mike Bayer | 2005-12-08 | 1 | -3/+3 |
| * | some enhancemnets to unions, unions and selects need to be more commonly deri... | Mike Bayer | 2005-12-08 | 1 | -10/+22 |
| * | slight change to order by for limited eager select | Mike Bayer | 2005-12-07 | 1 | -0/+1 |
| * | limit and offset support for mappers, insanity with eager loading | Mike Bayer | 2005-12-07 | 1 | -12/+30 |
| * | added order_by to EagerLoader, LazyLoader | Mike Bayer | 2005-12-04 | 1 | -10/+5 |
| * | primary_keys => primary_key | Mike Bayer | 2005-12-04 | 1 | -32/+32 |
| * | rearranging mapper/objectstore into a subdirectory, breaking up files since t... | Mike Bayer | 2005-12-03 | 1 | -0/+612 |