]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the zblog example is obsolete, the tests don't really test it
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 17 Jan 2011 01:18:32 +0000 (20:18 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 17 Jan 2011 01:18:32 +0000 (20:18 -0500)
commita9a67667901e24eefb36e01334eed9bf25b2b144
treefc28a4040ca71d69416da59d2102583ba9563c70
parent7325ba60bce50c63ce83fcb44f6b337664262ad0
- the zblog example is obsolete, the tests don't really test it
and a key feature of its mapping (the deferred col outside of the select)
doesn't work anyway.
- add a token "deferred on selectable" test to test_mapper.
test/orm/test_mapper.py
test/zblog/__init__.py [deleted file]
test/zblog/blog.py [deleted file]
test/zblog/mappers.py [deleted file]
test/zblog/tables.py [deleted file]
test/zblog/test_zblog.py [deleted file]
test/zblog/user.py [deleted file]