Dennis Lee Bieber wrote:
On Thu, 23 Oct 2008 09:26:54 +0200, Gilles Ganault <[EMAIL PROTECTED]>
declaimed the following in comp.lang.python:


Yes, but it doesn't work with this wrapper (APSW version 3.5.9-r1):

        APSW is not, so far as I recall, a "DB-API 2" adapter -- it is a
touch more low-level (closer to the raw C-interface). pysqlite2 IS a
DB-API 2 adapter.

        For APSW, one will need to read the specific documentation on all
the calls to determine behavior (even if the same person is now
maintaining both APSW and pysqlite2 <G>)

Maintainership of pysqlite or APSW hasn't changed. pysqlite is still maintained by me and APSW still by Roger Binns.

-- Gerhard

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to