summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/mapping/mapper.py
Commit message (Expand)AuthorAgeFilesLines
...
* latest reorgnanization of the objectstore, the Session is a simpler object th...Mike Bayer2006-02-141-5/+5
* added 'post_update' attribute to PropertyLoader, means to defer processing of...Mike Bayer2006-02-131-2/+5
* cleanup and organization of code mostly in properties, making SyncRules clearer,Mike Bayer2006-02-121-5/+12
* more hammering of defaults. ORM will properly execute defaults and post-fetc...Mike Bayer2006-02-111-6/+13
* added before_update/after_updateMike Bayer2006-02-111-3/+14
* objectstore refactored to have more flexible scopes for UnitOfWorkMike Bayer2006-02-101-5/+6
* deprecated "selectalias" argument on eager loader, do use_alias=TrueMike Bayer2006-02-091-61/+29
* trying to get mappers to support having versions against different tables for...Mike Bayer2006-02-071-3/+5
* __init__ monkeypatch looks for __init__ in the class' dict rather than via ge...Mike Bayer2006-02-051-1/+1
* started PassiveDefault, which is a "database-side" default. mapper will goMike Bayer2006-02-051-0/+8
* refactoring of objectstore to handle cleaning up after itself with lessMike Bayer2006-01-261-7/+6
* checks for relations that override columns and raises an error if override_co...Mike Bayer2006-01-131-2/+5
* r818@lightspeed: robert | 2006-01-12 18:32:38 +1100Robert Leftwich2006-01-121-1/+5
* added count func to mapperMike Bayer2006-01-081-2/+19
* modified 'primarytable' idea and 'inheritance' to work better with improved r...Mike Bayer2006-01-081-23/+35
* mapper - pks_by_table should store keys in order even tho we dont have a fail...Mike Bayer2006-01-051-8/+11
* copyright->2005,2006Mike Bayer2006-01-031-1/+1
* cleanup to mapper/relation order_by parameter to be more consistently picked upMike Bayer2006-01-031-24/+58
* order by oid -> order by *default_order_by() when called by mapper layer.Mike Bayer2006-01-021-6/+6
* rowid->oidMike Bayer2006-01-021-7/+7
* rowid_column becomes more like the "order by column". 'default_ordering' fla...Mike Bayer2006-01-011-5/+5
* postgres oids say byebye by default, putting hooks in for engines to determin...Mike Bayer2006-01-011-1/+1
* fix to ansisql when it tries to determine param-based select clause that itsMike Bayer2005-12-311-6/+3
* some doc changesMike Bayer2005-12-311-30/+29
* changes related to mapping against arbitrary selects, selects with labels or ...Mike Bayer2005-12-301-21/+44
* reworking concept of column lists, "FromObject", "Selectable";Mike Bayer2005-12-301-3/+7
* select_by/get_by get SQL clauses as wellMike Bayer2005-12-291-5/+13
* the 'column' function is optional to point a property to a column when constr...Mike Bayer2005-12-241-4/+5
* mapper, when updating, only SET's those columns that have changed.Mike Bayer2005-12-231-10/+28
* refactor/cleanup to mapper options methodology to allow for incoming defer/un...Mike Bayer2005-12-231-7/+26
* added 'deferred' keyword, allowing deferred loading of a particular columnMike Bayer2005-12-211-2/+4
* need to do before_insert before populating the insert rowMike Bayer2005-12-171-1/+3
* rethinking sequences model to allow any default valuesMike Bayer2005-12-151-2/+11
* added select_by, get_by, magic methodsMike Bayer2005-12-141-0/+81
* added 'order_by' property to mapper constructorMike Bayer2005-12-121-4/+17
* fixes to the previous checkin with distinct etcMike Bayer2005-12-081-3/+3
* some enhancemnets to unions, unions and selects need to be more commonly deri...Mike Bayer2005-12-081-10/+22
* slight change to order by for limited eager selectMike Bayer2005-12-071-0/+1
* limit and offset support for mappers, insanity with eager loadingMike Bayer2005-12-071-12/+30
* added order_by to EagerLoader, LazyLoaderMike Bayer2005-12-041-10/+5
* primary_keys => primary_keyMike Bayer2005-12-041-32/+32
* rearranging mapper/objectstore into a subdirectory, breaking up files since t...Mike Bayer2005-12-031-0/+612