[ANN] pysqlite 2.0.alpha1

  • Thread starter Gerhard Haering
  • Start date
G

Gerhard Haering

pysqlite 2.0.alpha1
===================

This is the first alpha release for the 2.0 branch. Python 2.3/2.4 and
SQLite 3.0 are required.

The changelog to 1.1 is easy:
What changed? All :p

More seriously, it should be DB-API compliant. Which in itself doesn't
say very much about usefulness, but it has all the features that the
DB-API requires, plus a few optional ones.

In particular, it supports iterating over cursors:

cu = cx.cursor()
cu.execute("select ...")
for row in cu:
...

PgResultSet is gone, and no advanced type system is implemented yet,
so only the types that SQLite supports work transparently now (int,
float, string, binary).

But for quite some applications, this should be enough. So please give
it a whirl :)

Downloads (source and win32 binaries) at Sourceforge:
http://sourceforge.net/project/showfiles.php?group_id=54058&package_id=134545

-- Gerhard
--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBiCSodIO4ozGCH14RAvevAJ9/FdWAE5/Yzg60IIJ0M2cFPXZmIwCdFa8p
d+EWcdT6mBJRzBdAvPBXMZU=
=c8oC
-----END PGP SIGNATURE-----
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,210
Messages
2,571,091
Members
47,691
Latest member
Jenny-jane

Latest Threads

Top