| Commit message (Expand) | Author | Age | Files | Lines |
| * | copyright | Mike Bayer | 2012-05-05 | 1 | -1/+1 |
| * | - Fixed bug where determination of "self referential" | Mike Bayer | 2011-05-07 | 1 | -1/+8 |
| * | Corrected a bunch of spelling typos. | Diana Clarke | 2011-03-14 | 1 | -3/+3 |
| * | -whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -63/+63 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -3/+2 |
| * | - A little more verbiage to the "primaryjoin" error, | Mike Bayer | 2010-12-30 | 1 | -8/+22 |
| * | - Fixed bug which prevented composite mapped | Mike Bayer | 2010-12-21 | 1 | -1/+1 |
| * | - Added active_history flag to relationship() | Mike Bayer | 2010-11-18 | 1 | -0/+5 |
| * | - move inline "import" statements to use new "util.importlater()" construct. ... | Mike Bayer | 2010-11-13 | 1 | -3/+0 |
| * | - Added a new "lazyload" option "immediateload". | Mike Bayer | 2010-10-15 | 1 | -1/+1 |
| * | - reworked the internals of mapper.cascade_iterator() to | Mike Bayer | 2010-10-01 | 1 | -1/+2 |
| * | - in depth docs about some merge() tips | Mike Bayer | 2010-09-22 | 1 | -1/+4 |
| * | - lazy loads for relationship attributes now use | Mike Bayer | 2010-09-12 | 1 | -10/+7 |
| * | - Slight improvement to the behavior of "passive_updates=False" | Mike Bayer | 2010-09-12 | 1 | -0/+4 |
| * | - query.with_parent() now accepts transient objects | Mike Bayer | 2010-09-06 | 1 | -5/+13 |
| * | - The include_properties and exclude_properties arguments | Mike Bayer | 2010-08-30 | 1 | -1/+11 |
| * | - Similarly, for relationship(), foreign_keys, | Mike Bayer | 2010-08-21 | 1 | -5/+6 |
| * | - Another pass through the series of error messages | Mike Bayer | 2010-08-14 | 1 | -80/+110 |
| * | - some of the refinements from the sa_synonyms branch which will | Mike Bayer | 2010-08-08 | 1 | -50/+62 |
| * | - Repaired the usage of merge() when used with | Mike Bayer | 2010-08-01 | 1 | -0/+20 |
| * | tidy | Mike Bayer | 2010-07-11 | 1 | -313/+375 |
| * | some pep-8ing | Mike Bayer | 2010-05-13 | 1 | -20/+42 |
| * | - session.merge() will not expire attributes on the returned | Mike Bayer | 2010-05-08 | 1 | -5/+12 |
| * | move factory function to classmethod | Mike Bayer | 2010-04-11 | 1 | -1/+2 |
| * | got DetectKeySwitch into the fold, can now greatly collapse a lot of the prep... | Mike Bayer | 2010-04-09 | 1 | -6/+2 |
| * | starting to arrange things such that unneeded executors aren't getting | Mike Bayer | 2010-04-08 | 1 | -3/+2 |
| * | merge from default | Mike Bayer | 2010-04-07 | 1 | -12/+12 |
| |\ |
|
| | * | - dict_ becomes explicit on _get_state_attr_by_column, _set_state_attr_by_col... | Mike Bayer | 2010-04-07 | 1 | -12/+12 |
| * | | - enabled the DetectKeySwitch, and additionally added that it need | Mike Bayer | 2010-04-05 | 1 | -1/+2 |
| * | | merge default branch | Mike Bayer | 2010-04-04 | 1 | -8/+17 |
| |\ \
| |/ |
|
| | * | - The ORM will set the docstring of all generated descriptors | Mike Bayer | 2010-04-02 | 1 | -8/+17 |
| * | | this version passes one to many tests so far | Mike Bayer | 2010-04-01 | 1 | -0/+5 |
| * | | its alive ! | Mike Bayer | 2010-03-31 | 1 | -0/+4 |
| * | | This is turning out to be a rewrite of the accounting system of unitofwork.py... | Mike Bayer | 2010-03-30 | 1 | -4/+0 |
| * | | merge trunk. Re-instating topological._find_cycles for the moment | Mike Bayer | 2010-03-30 | 1 | -49/+143 |
| |\ \
| |/ |
|
| | * | - Session.refresh() now does an equivalent expire() | Mike Bayer | 2010-03-29 | 1 | -2/+9 |
| | * | - A collection lazy load will switch off default | Mike Bayer | 2010-03-28 | 1 | -39/+130 |
| | * | - To accomodate the fact that there are now two kinds of eager | Mike Bayer | 2010-03-24 | 1 | -11/+3 |
| | * | initial subq implementation | Mike Bayer | 2010-03-21 | 1 | -3/+7 |
| * | | start sketching ideas for a rewritten unit of work. | Mike Bayer | 2010-03-19 | 1 | -5/+2 |
| |/ |
|
| * | add a synonym for RelationProperty -> RelationshipProperty too | Mike Bayer | 2010-03-17 | 1 | -2/+2 |
| * | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 1 | -39/+39 |
| * | base tests pass | Mike Bayer | 2010-03-09 | 1 | -1/+1 |
| * | - orm: Removed a lot of logging that nobody really cares about, | Mike Bayer | 2010-02-28 | 1 | -7/+6 |
| * | - session.merge() will not expire existing scalar attributes | Mike Bayer | 2010-02-23 | 1 | -3/+3 |
| * | - Fixed cascade bug in many-to-one relation() when attribute | Mike Bayer | 2010-02-16 | 1 | -6/+12 |
| * | - reduced a bit of overhead in attribute expiration, particularly | Mike Bayer | 2010-02-13 | 1 | -2/+2 |
| * | Fixed bug in session.merge() blocking dict-like collections from merging. | Jason Kirtland | 2010-02-11 | 1 | -1/+4 |
| * | - the "save-update" cascade will now cascade the pending *removed* | Mike Bayer | 2010-01-30 | 1 | -5/+12 |
| * | happy new year | Mike Bayer | 2010-01-07 | 1 | -1/+1 |