[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Re: sqlite version on windows

Laszlo Nagy

3/26/2010 11:11:00 AM

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