| Commit message (Expand) | Author | Age | Files | Lines |
| * | - the enable_typechecks=False setting on relation() | Mike Bayer | 2008-06-12 | 1 | -5/+6 |
| * | back-merged current 0.4 trunk into rel_0_4 branch, which will become the 0.4 ... | Mike Bayer | 2008-05-09 | 1 | -175/+256 |
| * | - all "type" keyword arguments, such as those to bindparam(), column(), | Mike Bayer | 2007-07-19 | 1 | -1/+1 |
| * | - removed ancient threadlocal/legacy_session mods | Mike Bayer | 2007-07-17 | 1 | -2/+2 |
| * | - merged trunk r2730-r2755 | Mike Bayer | 2007-06-20 | 1 | -3/+3 |
| * | - many-to-many relationships properly set the type of bind params | Mike Bayer | 2007-05-04 | 1 | -2/+6 |
| * | clarifying some cascade-based unit tests, adding a little more coverage, | Mike Bayer | 2007-05-04 | 1 | -22/+4 |
| * | - "delete-orphan" no longer implies "delete". ongoing effort to | Mike Bayer | 2007-05-03 | 1 | -0/+4 |
| * | - generative test doesnt apply to mysql, others | Mike Bayer | 2007-04-26 | 1 | -0/+6 |
| * | - many-to-many table will be properly handled even for operations that | Mike Bayer | 2007-03-19 | 1 | -5/+16 |
| * | - flush fixes on self-referential relationships that contain references | Mike Bayer | 2007-03-17 | 1 | -0/+1 |
| * | added "enable_typechecks=True" flag on relation so the new type check from #5... | Mike Bayer | 2007-03-06 | 1 | -1/+4 |
| * | - put an aggressive check for "flushing object A with a collection | Mike Bayer | 2007-03-05 | 1 | -1/+8 |
| * | migrated (most) docstrings to pep-257 format, docstring generator using strai... | Mike Bayer | 2007-02-25 | 1 | -47/+96 |
| * | - some cleanup to the unitofwork test suite (needs much more) | Mike Bayer | 2007-02-15 | 1 | -1/+5 |
| * | - fixed relationship deletion error where parent/child with a single column a... | Mike Bayer | 2007-02-14 | 1 | -16/+15 |
| * | - implemented foreign_keys argument on relation() [ticket:385] | Mike Bayer | 2007-02-10 | 1 | -4/+4 |
| * | - fixed bug where delete-orphan basically didn't work with many-to-many relat... | Mike Bayer | 2007-01-19 | 1 | -1/+10 |
| * | copyright update | Mike Bayer | 2007-01-05 | 1 | -1/+1 |
| * | - fix to post_update to insure rows are updated even for non insert/delete sc... | Mike Bayer | 2007-01-05 | 1 | -1/+1 |
| * | - global "insure"->"ensure" change. in US english "insure" is actually | Mike Bayer | 2007-01-01 | 1 | -1/+1 |
| * | - fixes to passive_deletes flag, lazy=None (noload) flag | Mike Bayer | 2006-12-12 | 1 | -46/+53 |
| * | made backrefs aware of "post_update" and "viewonly" so it doesnt have to be e... | Mike Bayer | 2006-12-05 | 1 | -8/+10 |
| * | converted imports to absolute | Mike Bayer | 2006-10-26 | 1 | -3/+3 |
| * | - SingletonConnectionPool must use the "threadlocal" pooling behavior | Mike Bayer | 2006-10-24 | 1 | -0/+1 |
| * | updating the cycles test | Mike Bayer | 2006-10-22 | 1 | -6/+1 |
| * | a simplification to syncrule generation, which also allows more flexible conf... | Mike Bayer | 2006-10-14 | 1 | -6/+4 |
| * | - sync checks destination column for primary key status, will not set it to N... | Mike Bayer | 2006-10-13 | 1 | -1/+1 |
| * | continued cleanup | Mike Bayer | 2006-10-04 | 1 | -2/+1 |
| * | - added some dependency logging | Mike Bayer | 2006-09-29 | 1 | -16/+42 |
| * | - added an automatic "row switch" feature to mapping, which will | Mike Bayer | 2006-09-27 | 1 | -66/+4 |
| * | - post_update behavior improved; does a better job at not | Mike Bayer | 2006-09-19 | 1 | -11/+14 |
| * | ordering of UPDATE and DELETE statements within groups is now | Mike Bayer | 2006-07-03 | 1 | -0/+1 |
| * | fixes to attributes/related so that get_history with passive=True returns no | Mike Bayer | 2006-06-30 | 1 | -10/+10 |
| * | fixes to inheritance firing off dependency processors correctly + unittest | Mike Bayer | 2006-06-22 | 1 | -5/+6 |
| * | fixed bug where if a many-to-many table mapped as "secondary" had other cols ... | Mike Bayer | 2006-06-16 | 1 | -1/+1 |
| * | merged attributes rewrite | Mike Bayer | 2006-06-15 | 1 | -1/+2 |
| * | added new polymorph test, todos for session/cascade | Mike Bayer | 2006-06-03 | 1 | -0/+1 |
| * | further refinement of the polymorphic UOWTask idea. circular dependency sort... | Mike Bayer | 2006-05-30 | 1 | -2/+2 |
| * | working on [ticket:190], getting circular dependency sort to work with inheri... | Mike Bayer | 2006-05-29 | 1 | -1/+1 |
| * | latest overhaul to association objects, plus an actual unit test | Mike Bayer | 2006-05-27 | 1 | -30/+42 |
| * | pretty major change to inheritance topological sorting - mapper dependencies ... | Mike Bayer | 2006-05-25 | 1 | -1/+4 |
| * | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 1 | -0/+369 |