]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
RowProxy changes - added keys(), used keys() to add more dictionary-like behaviour...
authorRobert Leftwich <rtl@pobox.com>
Sat, 28 Jan 2006 22:24:16 +0000 (22:24 +0000)
committerRobert Leftwich <rtl@pobox.com>
Sat, 28 Jan 2006 22:24:16 +0000 (22:24 +0000)
commit6d7e11829f100f78210bf12df2592b7f6dc29f2a
tree291881d7627b8c524cda00dd95e3838a28ec79b4
parente1c9c54af889952553817f605f31965affaa5923
RowProxy changes - added keys(), used keys() to add more dictionary-like behaviour (values(), iteritems(), iterkeys(), etc). Made parent and row private. Modified tests that used RowProxy.row to use values().
lib/sqlalchemy/engine.py
test/objectstore.py
test/query.py