]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
util: the __setitem__ method on historyarraylist was meaningless, surprising nobody...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Mar 2006 06:26:02 +0000 (06:26 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Mar 2006 06:26:02 +0000 (06:26 +0000)
commitc9cfb713ce1488dc0c1cb87bcc050e3ac0de7bcb
tree3904c0ad26933567356cf76eaf693ba3afae7a07
parent995d9afb831ec72757781d5b48e5b4eee0bfac28
util: the __setitem__ method on historyarraylist was meaningless, surprising nobody noticed that.
types:  added PickleType, its slightly trickier than trivial, so OK now its standard.
attributes: the level of pain if an AttributeError occurs inside a CallableProp, in combination with an object that implements __getattr__,  is too deep for me to put the users through....so convert AttributeErrors to Assertions...
engine: im not a fan of catching universal exceptions and squashing them
lib/sqlalchemy/attributes.py
lib/sqlalchemy/engine.py
lib/sqlalchemy/mapping/mapper.py
lib/sqlalchemy/types.py
lib/sqlalchemy/util.py