]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Reworked RowProxy to restore column order preservation and to remove some dictionary...
authorRobert Leftwich <rtl@pobox.com>
Sun, 29 Jan 2006 12:30:32 +0000 (12:30 +0000)
committerRobert Leftwich <rtl@pobox.com>
Sun, 29 Jan 2006 12:30:32 +0000 (12:30 +0000)
commitd2a548d33107b0dd6d37b50e92ce39bf827461b0
tree6b9326156ed6fa8ad2f86ba2acf9ee835ac0eb8c
parent9db98d2deeec3d77a9ba3447bdd46ef7067f257e
Reworked RowProxy to restore column order preservation and to remove some dictionary-like behaviour that was unnecessary and caused breakage in existing code. Added tests for column preservation.
lib/sqlalchemy/engine.py
test/query.py