2010.03.26. 10:57 keltezéssel, Laszlo Nagy írta:

  Hi All,

On my Linux system: Python version: 2.6.2 sqlite3.sqlite_version: 3.6.10
On my Windows system: Python version: 2.6.5 sqlite3.sqlite_version: 3.5.9

Why is that? I wrote a program that uses SAVEPOINT/ROLLBACK to. It is only available in SQLite 3.6.8 and above. Can I install it on Windows somehow?
Hmm. Looks like I only needed to download a new sqlite3.dll file and put it into Python26\DLLs

Why it is not included in the standard distribution? The default installed version 3.5.9 is quite old.

Is there a special reason for that? Or do you think that I can post a patch?

Thanks,

   Laszlo



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

Reply via email to