summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/attributes.py
Commit message (Expand)AuthorAgeFilesLines
* adjusted __getstate__ on InstrumentedList to further avoid callables getting ...Mike Bayer2006-08-081-4/+6
* fixed small pickle bug with lazy loaders [ticket:265]Mike Bayer2006-08-061-2/+2
* [ticket:254]Mike Bayer2006-07-241-1/+1
* fixes to attributes/related so that get_history with passive=True returns noMike Bayer2006-06-301-12/+18
* fixed attribute manager's ability to traverse the full set of managed attribu...Mike Bayer2006-06-261-2/+3
* more intelligent "removal" of list items when a list attribute is replaced, d...Mike Bayer2006-06-161-10/+28
* fixed bug where if a many-to-many table mapped as "secondary" had other cols ...Mike Bayer2006-06-161-4/+6
* some adjustmentsMike Bayer2006-06-151-17/+24
* merged attributes rewriteMike Bayer2006-06-151-440/+543
* "parent track" function needed to be more specific to the parent classMike Bayer2006-06-101-2/+2
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-45/+74
* the latest and greatest method to keep attributes from growingMike Bayer2006-04-271-22/+5
* fixed up expunge() and the continuing circular refs in attributes, added a un...Mike Bayer2006-04-191-3/+3
* this assertion not really needed, esp. if a PickleType is used to take in a listMike Bayer2006-04-061-2/+2
* the ultimate "hands off" approach to the object's dictionary of managed attri...Mike Bayer2006-04-061-3/+25
* added 'entity_name' keyword argument to mapper. a mapper is now associated w...Mike Bayer2006-04-031-0/+5
* attributes overhaul #2 - attribute manager now tracks class-level initializer...Mike Bayer2006-04-031-72/+64
* fixed reset_history method when applied to an attribute that had an attribute...Mike Bayer2006-04-021-0/+3
* cleanup of attributes, better naming, added weak reference to base managed at...Mike Bayer2006-04-011-78/+90
* rework to expire() to make it smarter. when you expire(), history is immedia...Mike Bayer2006-03-261-0/+6
* util: the __setitem__ method on historyarraylist was meaningless, surprising ...Mike Bayer2006-03-261-3/+12
* removed circular loop in creating new list elements, fixes a common refresh()...Mike Bayer2006-03-251-2/+3
* added expunge() method to objectstoreMike Bayer2006-03-251-1/+4
* added overrideable managed_attribute_dict() function which can be changedMike Bayer2006-03-241-2/+9
* a few changes to attributes.py to allow faster initialization of object attri...Mike Bayer2006-03-211-6/+28
* fixed attributes bug where if an object is committed, its lazy-loaded list gotMike Bayer2006-03-141-1/+1
* added expire() function + unit test fixes [ticket:95]Mike Bayer2006-03-101-0/+10
* added exception importMike Bayer2006-03-101-0/+1
* added public-friendly setattr_clean and append_cleanMike Bayer2006-03-041-1/+9
* added objectstore.refresh(), including supporting changes in mapper, attribut...Mike Bayer2006-03-021-1/+6
* some comments, changed SmartProperty to be smarter, UOWMike Bayer2006-02-191-19/+18
* exception package added, support throughoutMike Bayer2006-02-191-1/+1
* one-to-one support:Mike Bayer2006-02-041-25/+17
* attempting to get MTOBackrefExtension to handle many-to-one, one-to-one equallyMike Bayer2006-02-031-2/+9
* fixed set() to not re-set the same valueMike Bayer2006-02-031-1/+4
* unset attributes on an object instance just return None instead of raising at...Mike Bayer2006-01-201-2/+4
* misc commenty type stuffMike Bayer2006-01-081-2/+0
* better exception catchMike Bayer2006-01-051-1/+2
* copyright->2005,2006Mike Bayer2006-01-031-1/+1
* license switchMike Bayer2005-12-311-13/+2
* refactor/cleanup to mapper options methodology to allow for incoming defer/un...Mike Bayer2005-12-231-0/+14
* added 'deferred' keyword, allowing deferred loading of a particular columnMike Bayer2005-12-211-2/+3
* indent..Mike Bayer2005-12-161-1/+1
* docstrings, who knewMike Bayer2005-12-161-18/+87
* build in 'backref' property argumentMike Bayer2005-12-091-9/+8
* working the backref attributes thing. many-to-many unittest works now...Mike Bayer2005-12-061-36/+43
* first take at backreference handlersMike Bayer2005-12-061-2/+44
* (no commit message)Mike Bayer2005-11-171-0/+2
* brand new topological sort library. woop.Mike Bayer2005-11-171-2/+3
* workin out the lazy/eager thingMike Bayer2005-11-171-28/+29