| Commit message (Expand) | Author | Age | Files | Lines |
* | - attributes module and test suite moves underneath 'orm' package | Mike Bayer | 2006-10-22 | 1 | -752/+0 |
* | [ticket:324] | Mike Bayer | 2006-10-05 | 1 | -3/+5 |
* | various cleanup etc. | Mike Bayer | 2006-10-04 | 1 | -1/+0 |
* | - "custom list classes" is now implemented via the "collection_class" | Mike Bayer | 2006-10-03 | 1 | -2/+5 |
* | - added "mutable" flag to PickleType, set to False to allow old (faster) beha... | Mike Bayer | 2006-09-23 | 1 | -4/+3 |
* | - added "pickleable" module to test suite to have cPickle-compatible | Mike Bayer | 2006-09-23 | 1 | -10/+45 |
* | - fixed unfortunate mutating-dictionary glitch from previous checkin | Mike Bayer | 2006-09-23 | 1 | -1/+1 |
* | future log lines | Mike Bayer | 2006-09-22 | 1 | -1/+1 |
* | fix to reset_class_managed to look at noninherited attributes only; an artifa... | Mike Bayer | 2006-09-22 | 1 | -1/+10 |
* | restored "optimistic" behavior of hasparent. its generally disastrous withou... | Mike Bayer | 2006-09-05 | 1 | -5/+15 |
* | cleanup/unit test fixes | Mike Bayer | 2006-09-03 | 1 | -23/+35 |
* | - further changes to attributes with regards to "trackparent". the "commit" ... | Mike Bayer | 2006-09-02 | 1 | -18/+13 |
* | futher fix to the "orphan state" idea. to avoid setting tons of | Mike Bayer | 2006-09-01 | 1 | -8/+19 |
* | insure that "parent" pointers are set up on objects that were lazily loaded | Mike Bayer | 2006-09-01 | 1 | -2/+8 |
* | 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 |