summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/dependency.py
Commit message (Expand)AuthorAgeFilesLines
* - the enable_typechecks=False setting on relation()Mike Bayer2008-06-121-5/+6
* back-merged current 0.4 trunk into rel_0_4 branch, which will become the 0.4 ...Mike Bayer2008-05-091-175/+256
* - all "type" keyword arguments, such as those to bindparam(), column(),Mike Bayer2007-07-191-1/+1
* - removed ancient threadlocal/legacy_session modsMike Bayer2007-07-171-2/+2
* - merged trunk r2730-r2755Mike Bayer2007-06-201-3/+3
* - many-to-many relationships properly set the type of bind paramsMike Bayer2007-05-041-2/+6
* clarifying some cascade-based unit tests, adding a little more coverage,Mike Bayer2007-05-041-22/+4
* - "delete-orphan" no longer implies "delete". ongoing effort toMike Bayer2007-05-031-0/+4
* - generative test doesnt apply to mysql, othersMike Bayer2007-04-261-0/+6
* - many-to-many table will be properly handled even for operations thatMike Bayer2007-03-191-5/+16
* - flush fixes on self-referential relationships that contain referencesMike Bayer2007-03-171-0/+1
* added "enable_typechecks=True" flag on relation so the new type check from #5...Mike Bayer2007-03-061-1/+4
* - put an aggressive check for "flushing object A with a collectionMike Bayer2007-03-051-1/+8
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-251-47/+96
* - some cleanup to the unitofwork test suite (needs much more)Mike Bayer2007-02-151-1/+5
* - fixed relationship deletion error where parent/child with a single column a...Mike Bayer2007-02-141-16/+15
* - implemented foreign_keys argument on relation() [ticket:385]Mike Bayer2007-02-101-4/+4
* - fixed bug where delete-orphan basically didn't work with many-to-many relat...Mike Bayer2007-01-191-1/+10
* copyright updateMike Bayer2007-01-051-1/+1
* - fix to post_update to insure rows are updated even for non insert/delete sc...Mike Bayer2007-01-051-1/+1
* - global "insure"->"ensure" change. in US english "insure" is actuallyMike Bayer2007-01-011-1/+1
* - fixes to passive_deletes flag, lazy=None (noload) flagMike Bayer2006-12-121-46/+53
* made backrefs aware of "post_update" and "viewonly" so it doesnt have to be e...Mike Bayer2006-12-051-8/+10
* converted imports to absoluteMike Bayer2006-10-261-3/+3
* - SingletonConnectionPool must use the "threadlocal" pooling behaviorMike Bayer2006-10-241-0/+1
* updating the cycles testMike Bayer2006-10-221-6/+1
* a simplification to syncrule generation, which also allows more flexible conf...Mike Bayer2006-10-141-6/+4
* - sync checks destination column for primary key status, will not set it to N...Mike Bayer2006-10-131-1/+1
* continued cleanupMike Bayer2006-10-041-2/+1
* - added some dependency loggingMike Bayer2006-09-291-16/+42
* - added an automatic "row switch" feature to mapping, which willMike Bayer2006-09-271-66/+4
* - post_update behavior improved; does a better job at notMike Bayer2006-09-191-11/+14
* ordering of UPDATE and DELETE statements within groups is nowMike Bayer2006-07-031-0/+1
* fixes to attributes/related so that get_history with passive=True returns noMike Bayer2006-06-301-10/+10
* fixes to inheritance firing off dependency processors correctly + unittestMike Bayer2006-06-221-5/+6
* fixed bug where if a many-to-many table mapped as "secondary" had other cols ...Mike Bayer2006-06-161-1/+1
* merged attributes rewriteMike Bayer2006-06-151-1/+2
* added new polymorph test, todos for session/cascadeMike Bayer2006-06-031-0/+1
* further refinement of the polymorphic UOWTask idea. circular dependency sort...Mike Bayer2006-05-301-2/+2
* working on [ticket:190], getting circular dependency sort to work with inheri...Mike Bayer2006-05-291-1/+1
* latest overhaul to association objects, plus an actual unit testMike Bayer2006-05-271-30/+42
* pretty major change to inheritance topological sorting - mapper dependencies ...Mike Bayer2006-05-251-1/+4
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-0/+369