]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Implemented sequence check capability for the C
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 9 Nov 2010 16:40:23 +0000 (11:40 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 9 Nov 2010 16:40:23 +0000 (11:40 -0500)
commita41c50ad63f688cce99fdb9920c4f7c24ef0c866
treed811319676606ce89642bf316499e101c785b974
parent30bc42403754110df1fdec3037c7700cc4f26b70
- Implemented sequence check capability for the C
version of RowProxy, as well as 2.7 style
"collections.Sequence" registration for RowProxy.
[ticket:1871]
CHANGES
lib/sqlalchemy/cextension/resultproxy.c
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/test/requires.py
test/aaa_profiling/test_resultset.py
test/engine/test_execute.py