[IronPython] DB-API for IronPython update
Sanghyeon Seo
sanxiyn at gmail.com
Mon Sep 11 12:04:36 CEST 2006
I updated my DB-API for IronPython module, with patches from Mark
Rees. Thank you, Mark!
http://sparcs.kaist.ac.kr/~tinuviel/fepy/lib/dbapi.py
# 2006-09-11 sanxiyn Merged changes from Mark Rees
# * 2006-09-06 mark Added support for transactions
# * 2006-09-07 mark Execution of non-query statements
# Added fetchone/fetchmany
I also updated a test script for it.
http://sparcs.kaist.ac.kr/~tinuviel/fepy/example/database_access.py
It tests conformance to Python DB-API specification version 2 for
.description and .rowcount attributes, and also transaction support
and data fetching.
--
Seo Sanghyeon
More information about the Ironpython-users
mailing list