]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add new C extension "utils", so far includes distill_params
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 7 Aug 2012 19:23:11 +0000 (15:23 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 7 Aug 2012 19:23:11 +0000 (15:23 -0400)
commit819ec8e13f03297a7af2fb5d7db5f742a5a1357d
treece28705537cd3ad1a8125d2557a383c26cee63ac
parentc13d4f613faa0590db713c4491781012163bc5f0
- add new C extension "utils", so far includes distill_params
- repair test_processors which wasn't hitting the python functions
- add another suite to test_processors that does distill_params
CHANGES
lib/sqlalchemy/cextension/processors.c
lib/sqlalchemy/cextension/resultproxy.c
lib/sqlalchemy/cextension/utils.c [new file with mode: 0644]
lib/sqlalchemy/engine/util.py
lib/sqlalchemy/processors.py
setup.py
test/engine/test_execute.py
test/engine/test_processors.py