| Commit message (Expand) | Author | Age | Files | Lines |
* | adjusted __getstate__ on InstrumentedList to further avoid callables getting ... | Mike Bayer | 2006-08-08 | 1 | -4/+6 |
* | fixed small pickle bug with lazy loaders [ticket:265] | Mike Bayer | 2006-08-06 | 1 | -2/+2 |
* | [ticket:254] | Mike Bayer | 2006-07-24 | 1 | -1/+1 |
* | fixes to attributes/related so that get_history with passive=True returns no | Mike Bayer | 2006-06-30 | 1 | -12/+18 |
* | fixed attribute manager's ability to traverse the full set of managed attribu... | Mike Bayer | 2006-06-26 | 1 | -2/+3 |
* | more intelligent "removal" of list items when a list attribute is replaced, d... | Mike Bayer | 2006-06-16 | 1 | -10/+28 |
* | fixed bug where if a many-to-many table mapped as "secondary" had other cols ... | Mike Bayer | 2006-06-16 | 1 | -4/+6 |
* | some adjustments | Mike Bayer | 2006-06-15 | 1 | -17/+24 |
* | merged attributes rewrite | Mike Bayer | 2006-06-15 | 1 | -440/+543 |
* | "parent track" function needed to be more specific to the parent class | Mike Bayer | 2006-06-10 | 1 | -2/+2 |
* | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 1 | -45/+74 |
* | the latest and greatest method to keep attributes from growing | Mike Bayer | 2006-04-27 | 1 | -22/+5 |
* | fixed up expunge() and the continuing circular refs in attributes, added a un... | Mike Bayer | 2006-04-19 | 1 | -3/+3 |
* | this assertion not really needed, esp. if a PickleType is used to take in a list | Mike Bayer | 2006-04-06 | 1 | -2/+2 |
* | the ultimate "hands off" approach to the object's dictionary of managed attri... | Mike Bayer | 2006-04-06 | 1 | -3/+25 |
* | added 'entity_name' keyword argument to mapper. a mapper is now associated w... | Mike Bayer | 2006-04-03 | 1 | -0/+5 |
* | attributes overhaul #2 - attribute manager now tracks class-level initializer... | Mike Bayer | 2006-04-03 | 1 | -72/+64 |
* | fixed reset_history method when applied to an attribute that had an attribute... | Mike Bayer | 2006-04-02 | 1 | -0/+3 |
* | cleanup of attributes, better naming, added weak reference to base managed at... | Mike Bayer | 2006-04-01 | 1 | -78/+90 |
* | rework to expire() to make it smarter. when you expire(), history is immedia... | Mike Bayer | 2006-03-26 | 1 | -0/+6 |
* | util: the __setitem__ method on historyarraylist was meaningless, surprising ... | Mike Bayer | 2006-03-26 | 1 | -3/+12 |
* | removed circular loop in creating new list elements, fixes a common refresh()... | Mike Bayer | 2006-03-25 | 1 | -2/+3 |
* | added expunge() method to objectstore | Mike Bayer | 2006-03-25 | 1 | -1/+4 |
* | added overrideable managed_attribute_dict() function which can be changed | Mike Bayer | 2006-03-24 | 1 | -2/+9 |
* | a few changes to attributes.py to allow faster initialization of object attri... | Mike Bayer | 2006-03-21 | 1 | -6/+28 |
* | fixed attributes bug where if an object is committed, its lazy-loaded list got | Mike Bayer | 2006-03-14 | 1 | -1/+1 |
* | added expire() function + unit test fixes [ticket:95] | Mike Bayer | 2006-03-10 | 1 | -0/+10 |
* | added exception import | Mike Bayer | 2006-03-10 | 1 | -0/+1 |
* | added public-friendly setattr_clean and append_clean | Mike Bayer | 2006-03-04 | 1 | -1/+9 |
* | added objectstore.refresh(), including supporting changes in mapper, attribut... | Mike Bayer | 2006-03-02 | 1 | -1/+6 |
* | some comments, changed SmartProperty to be smarter, UOW | Mike Bayer | 2006-02-19 | 1 | -19/+18 |
* | exception package added, support throughout | Mike Bayer | 2006-02-19 | 1 | -1/+1 |
* | one-to-one support: | Mike Bayer | 2006-02-04 | 1 | -25/+17 |
* | attempting to get MTOBackrefExtension to handle many-to-one, one-to-one equally | Mike Bayer | 2006-02-03 | 1 | -2/+9 |
* | fixed set() to not re-set the same value | Mike Bayer | 2006-02-03 | 1 | -1/+4 |
* | unset attributes on an object instance just return None instead of raising at... | Mike Bayer | 2006-01-20 | 1 | -2/+4 |
* | misc commenty type stuff | Mike Bayer | 2006-01-08 | 1 | -2/+0 |
* | better exception catch | Mike Bayer | 2006-01-05 | 1 | -1/+2 |
* | copyright->2005,2006 | Mike Bayer | 2006-01-03 | 1 | -1/+1 |
* | license switch | Mike Bayer | 2005-12-31 | 1 | -13/+2 |
* | refactor/cleanup to mapper options methodology to allow for incoming defer/un... | Mike Bayer | 2005-12-23 | 1 | -0/+14 |
* | added 'deferred' keyword, allowing deferred loading of a particular column | Mike Bayer | 2005-12-21 | 1 | -2/+3 |
* | indent.. | Mike Bayer | 2005-12-16 | 1 | -1/+1 |
* | docstrings, who knew | Mike Bayer | 2005-12-16 | 1 | -18/+87 |
* | build in 'backref' property argument | Mike Bayer | 2005-12-09 | 1 | -9/+8 |
* | working the backref attributes thing. many-to-many unittest works now... | Mike Bayer | 2005-12-06 | 1 | -36/+43 |
* | first take at backreference handlers | Mike Bayer | 2005-12-06 | 1 | -2/+44 |
* | (no commit message) | Mike Bayer | 2005-11-17 | 1 | -0/+2 |
* | brand new topological sort library. woop. | Mike Bayer | 2005-11-17 | 1 | -2/+3 |
* | workin out the lazy/eager thing | Mike Bayer | 2005-11-17 | 1 | -28/+29 |