summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/mapping
Commit message (Expand)AuthorAgeFilesLines
...
* PropertyLoader will not re-determine direction when initialized a second time...Mike Bayer2006-03-181-1/+5
* identified more issues with inheritance. mapper inheritance is more closed-m...Mike Bayer2006-03-173-17/+31
* an import ! eeshMike Bayer2006-03-171-1/+1
* factored objectstore into two packages, one more public facing the other more...Mike Bayer2006-03-172-805/+839
* removed redundant is_dirty functionMike Bayer2006-03-141-5/+0
* Fix docstring and exception message in selectone_byAlexey Shamrin2006-03-131-2/+2
* added selectfirst_by/selectone_by, selectone throws exception if more than o...Mike Bayer2006-03-131-17/+28
* tweak to get_direction, rolls back a comparison of "foreigntable" to "parent"...Mike Bayer2006-03-131-2/+4
* refactor to Compiled.get_params() to return new ClauseParameters object, a mo...Mike Bayer2006-03-131-2/+2
* added expire() function + unit test fixes [ticket:95]Mike Bayer2006-03-101-0/+13
* added 'noninherited table' prop to mapper indicating the "lead" table, in the...Mike Bayer2006-03-092-8/+5
* added identity() method to mapper, to help get the primary key of an instance.Mike Bayer2006-03-081-1/+7
* added check to relation that will see if the same table is included between t...Mike Bayer2006-03-082-2/+11
* serious overhaul to get eager loads to work inline with an inheriting mapper,...Mike Bayer2006-03-082-11/+32
* commentMike Bayer2006-03-071-3/+5
* backref() func will also honor lazy=True/FalseMike Bayer2006-03-071-1/+6
* added backref() function, allows the creation of a backref where you also sen...Mike Bayer2006-03-072-19/+39
* fixed bug in eager loading on a many-to-one [ticket:96], added the ticket tes...Mike Bayer2006-03-061-0/+5
* a mapper with inheritance will place itself as "dependent" on the inherited m...Mike Bayer2006-03-062-4/+7
* added new 'polymorphic' example. still trying to understand it :) .Mike Bayer2006-03-062-4/+4
* delete tables in an inheritance rel. requires them in reverseMike Bayer2006-03-061-1/+3
* got mapper to receive the onupdates after updating an instance (also properly...Mike Bayer2006-03-051-9/+22
* added objectstore.refresh(), including supporting changes in mapper, attribut...Mike Bayer2006-03-022-24/+43
* took out that "TypeError" wrapper since it blows away stack traces and confus...Mike Bayer2006-02-281-5/+1
* got mapper.using() to work, fixed push/pop mapper, custom session assignmentsMike Bayer2006-02-272-11/+33
* more work on cycles, fleshed out tests for post_update, fix to the delete pha...Mike Bayer2006-02-271-1/+1
* imported casacde_mappersMike Bayer2006-02-261-1/+1
* implemented SyncRules for mapper with inheritance relationship, fixes [ticket...Mike Bayer2006-02-263-11/+24
* factored out "syncrule" logic to a separate package, so mapper will be able t...Mike Bayer2006-02-263-110/+140
* place _instance_key on object only when objectstore finally register_clean's ...Mike Bayer2006-02-261-3/+1
* register_deleted/register_dirty perform pre-check before doing the "validate"...Mike Bayer2006-02-261-8/+10
* fixed exception import. check for objects being present in the identity map ...Mike Bayer2006-02-261-2/+10
* adjustment to compile synchronizers which allows many-to-many synchronize to ...Mike Bayer2006-02-261-2/+7
* merged sql_rearrangement branch , refactors sql package to work standalone withMike Bayer2006-02-252-12/+11
* get() method needs to use the full table, not just the 'primary' table, to ge...Mike Bayer2006-02-241-1/+1
* moved iteration of props so that props can set up self-referring backref prop...Mike Bayer2006-02-221-1/+2
* more fix to one-to-one: 'unchanged_items' can be [None] also with one to one ...Mike Bayer2006-02-221-2/+3
* when begin/commit, an exception should still reset the transactional stateMike Bayer2006-02-221-3/+5
* fix to EagerLoad where it late-initializes its eager chain, thereby not getti...Mike Bayer2006-02-221-7/+18
* when creating lazy clause both sides of each clause must be ColumnMike Bayer2006-02-211-2/+2
* working on postupdate idea, refactoring to dependency processingMike Bayer2006-02-214-43/+61
* merged eager loading overhaul rev 1001:1009Mike Bayer2006-02-201-130/+87
* some comments, changed SmartProperty to be smarter, UOWMike Bayer2006-02-193-2/+22
* some docstrings etcMike Bayer2006-02-191-3/+6
* exception package added, support throughoutMike Bayer2006-02-195-51/+50
* base begin method returns transaciton objectMike Bayer2006-02-181-1/+1
* added new style of begin/commit which returns a tranactional objectMike Bayer2006-02-181-13/+34
* Join object wasnt exporting foreign keys correctlyMike Bayer2006-02-161-8/+24
* commentrel_0_1_0Mike Bayer2006-02-141-2/+4
* the list-based foreign key doenst seem to work quite right, rolling it backMike Bayer2006-02-141-15/+10