summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/mapping/properties.py
Commit message (Expand)AuthorAgeFilesLines
...
* put assertion in to check for secondary table if secondaryjoin explicitMike Bayer2006-02-111-0/+2
* deprecated "selectalias" argument on eager loader, do use_alias=TrueMike Bayer2006-02-091-38/+72
* trying to get mappers to support having versions against different tables for...Mike Bayer2006-02-071-3/+11
* fixes involving when child object from list items is None - onetoone must pas...Mike Bayer2006-02-041-5/+7
* one-to-one support:Mike Bayer2006-02-041-10/+6
* merged new cyclical dependency codeMike Bayer2006-02-011-16/+23
* converted LEFT,RIGHT, CENTER to more reasonable namesMike Bayer2006-01-271-33/+33
* refactoring of objectstore to handle cleaning up after itself with lessMike Bayer2006-01-261-6/+3
* modified 'primarytable' idea and 'inheritance' to work better with improved r...Mike Bayer2006-01-081-26/+23
* mapper - pks_by_table should store keys in order even tho we dont have a fail...Mike Bayer2006-01-051-6/+21
* copyright->2005,2006Mike Bayer2006-01-031-1/+1
* cleanup to mapper/relation order_by parameter to be more consistently picked upMike Bayer2006-01-031-11/+11
* order by oid -> order by *default_order_by() when called by mapper layer.Mike Bayer2006-01-021-6/+6
* rowid->oidMike Bayer2006-01-021-6/+6
* rowid_column becomes more like the "order by column". 'default_ordering' fla...Mike Bayer2006-01-011-3/+3
* license switchMike Bayer2005-12-311-13/+2
* changes related to mapping against arbitrary selects, selects with labels or ...Mike Bayer2005-12-301-3/+1
* moved _match_primaries from properties to sql.join, so its generalized to all...Mike Bayer2005-12-291-20/+3
* comments re: partial ordering, association dependenciesMike Bayer2005-12-241-8/+11
* association object dependency glitchesMike Bayer2005-12-241-4/+24
* mapper, when updating, only SET's those columns that have changed.Mike Bayer2005-12-231-0/+2
* added defer and undefer mapper optionsMike Bayer2005-12-231-2/+17
* remove debugging/commentsMike Bayer2005-12-231-3/+0
* refactor/cleanup to mapper options methodology to allow for incoming defer/un...Mike Bayer2005-12-231-22/+50
* deferred property, checks for NULL primary key components and returns NoneMike Bayer2005-12-221-1/+4
* added 'deferred' keyword, allowing deferred loading of a particular columnMike Bayer2005-12-211-4/+58
* added select_by, get_by, magic methodsMike Bayer2005-12-141-0/+28
* added 'order_by' property to mapper constructorMike Bayer2005-12-121-1/+1
* build in 'backref' property argumentMike Bayer2005-12-091-9/+39
* limit and offset support for mappers, insanity with eager loadingMike Bayer2005-12-071-9/+4
* added rudimentary support for limit and offset (with the hack version in oracle)Mike Bayer2005-12-071-7/+23
* working the backref attributes thing. many-to-many unittest works now...Mike Bayer2005-12-061-4/+5
* docstrings, formatting fixesMike Bayer2005-12-041-3/+3
* added order_by to EagerLoader, LazyLoaderMike Bayer2005-12-041-5/+13
* fixed orderby for eager load with selectaliasMike Bayer2005-12-041-1/+1
* better check for circular eager loadersMike Bayer2005-12-031-6/+13
* tweekMike Bayer2005-12-031-2/+2
* fixed tree examples import scheme, tweak to properties importMike Bayer2005-12-031-1/+2
* rearranging mapper/objectstore into a subdirectory, breaking up files since t...Mike Bayer2005-12-031-0/+689