]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
refactoring of objectstore to handle cleaning up after itself with less
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Jan 2006 00:27:14 +0000 (00:27 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Jan 2006 00:27:14 +0000 (00:27 +0000)
commitedff2240fb0a0306893fe41a0eaae0d5961d2aca
tree444433e10a701f3cecdbdba67c65ba70e40fdd33
parentffcd60ac6eadd5a7fe30c2654077983e42b488a1
refactoring of objectstore to handle cleaning up after itself with less
instruction from properties/mapper
objectstore gets an assertion for appending a deleted item
mapper has fix for inheritance
mapper selectone() etc. set "limit=1"
lib/sqlalchemy/mapping/mapper.py
lib/sqlalchemy/mapping/objectstore.py
lib/sqlalchemy/mapping/properties.py