summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/mapping
Commit message (Expand)AuthorAgeFilesLines
...
* bind_to fixMike Bayer2006-02-141-1/+1
* docstring...Mike Bayer2006-02-141-4/+1
* latest reorgnanization of the objectstore, the Session is a simpler object th...Mike Bayer2006-02-142-90/+94
* lazy load column fix courtesy raul garcia garciaMike Bayer2006-02-141-1/+1
* added 'post_update' attribute to PropertyLoader, means to defer processing of...Mike Bayer2006-02-132-10/+29
* more refactoring to session/UOW scope management...under construction !Mike Bayer2006-02-121-31/+38
* some tweaks to options, use_alias, live removedMike Bayer2006-02-121-3/+2
* assertionMike Bayer2006-02-121-2/+1
* 'column' function (make a ColumnClause) is more useful from sql module, remov...Mike Bayer2006-02-121-5/+1
* cleanup and organization of code mostly in properties, making SyncRules clearer,Mike Bayer2006-02-122-125/+173
* more hammering of defaults. ORM will properly execute defaults and post-fetc...Mike Bayer2006-02-111-6/+13
* put assertion in to check for secondary table if secondaryjoin explicitMike Bayer2006-02-111-0/+2
* added before_update/after_updateMike Bayer2006-02-111-3/+14
* objectstore refactored to have more flexible scopes for UnitOfWorkMike Bayer2006-02-102-76/+183
* commented out print statementMike Bayer2006-02-091-1/+1
* deprecated "selectalias" argument on eager loader, do use_alias=TrueMike Bayer2006-02-094-119/+116
* trying to get mappers to support having versions against different tables for...Mike Bayer2006-02-073-6/+18
* added cascade_mappers function. somewhat experimental !Mike Bayer2006-02-061-1/+50
* added is_dirty method at module level and within UnitOfWorkMike Bayer2006-02-051-3/+18
* __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
* 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
* switched objectstore begin/commit behavior to do "reentrant counter"Mike Bayer2006-02-031-4/+14
* deprecated relation(class, table)Mike Bayer2006-02-021-19/+4
* merged new cyclical dependency codeMike Bayer2006-02-013-110/+223
* moved dict init to setattr for auto-__init__ thingMike Bayer2006-02-011-1/+1
* took out print statementMike Bayer2006-01-281-4/+8
* topological sort can detect cycles, and assemble them into a "big node" with allMike Bayer2006-01-281-21/+62
* working on representing longer circular relationshipsMike Bayer2006-01-281-5/+35
* converted LEFT,RIGHT, CENTER to more reasonable namesMike Bayer2006-01-271-33/+33
* task dump checks for NoneMike Bayer2006-01-271-4/+8
* refactoring of objectstore to handle cleaning up after itself with lessMike Bayer2006-01-263-51/+45
* adds a traversed list to the list of things to clean upMike Bayer2006-01-241-1/+1
* added some echo arguments for uow, pool, propigated from the engineMike Bayer2006-01-211-6/+8
* adjustment to dependencies+childtasks attached to circular task - they goMike Bayer2006-01-211-24/+24
* rewrote objectstore loggingMike Bayer2006-01-211-41/+76
* comment out dump, reverse check for self-ref task/delete-matchupMike Bayer2006-01-201-4/+4
* when breaking a circular task into child tasks, propigate the child tasks and...Mike Bayer2006-01-201-7/+21
* assign_mapper will create a default __init__ method if one doesnt existMike Bayer2006-01-161-0/+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
* id key uses hash_key off of table now that its a short stringMike Bayer2006-01-111-3/+2
* r815@lightspeed: robert | 2006-01-11 10:15:14 +1100Robert Leftwich2006-01-101-2/+3
* identity map->weakvaluedictionaryMike Bayer2006-01-101-1/+1
* added count func to mapperMike Bayer2006-01-081-2/+19
* added 'import_instance' to properly deal with out-of-imap objects,Mike Bayer2006-01-081-2/+39
* modified 'primarytable' idea and 'inheritance' to work better with improved r...Mike Bayer2006-01-082-49/+58
* mapper - pks_by_table should store keys in order even tho we dont have a fail...Mike Bayer2006-01-052-14/+32
* copyright->2005,2006Mike Bayer2006-01-035-5/+5