[Thuban-commits] r2684: sqlite version
Bernhard Reiter
bernhard at intevation.de
Tue Jun 27 20:15:22 CEST 2006
Am Dienstag, 27. Juni 2006 18:11 schrieb scm-commit at wald.intevation.org:
> Author: frank
> Thuban/version.py: Bugfix determination of SQLite on old systems.
Hi Frank,
can you be more specific about which versions of sqlite
are affected by the fix?
Are you also sure that more modern versions will continue to work?
Bernhard
> Modified: trunk/thuban/Thuban/version.py
> ===================================================================
> --- trunk/thuban/Thuban/version.py 2006-05-17 19:32:45 UTC (rev 2683)
> +++ trunk/thuban/Thuban/version.py 2006-06-27 16:11:35 UTC (rev 2684)
> @@ -123,8 +123,8 @@
> from pysqlite2._sqlite import sqlite_version
> except ImportError:
> from _sqlite import sqlite_version
> -versions['sqlite'] = sqlite_version
> -versions['sqlite-tuple'] = make_tuple(sqlite_version)
> +versions['sqlite'] = sqlite_version()
> +versions['sqlite-tuple'] = make_tuple(sqlite_version())
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 1310 bytes
Desc: not available
Url : http://www.intevation.de/pipermail/thuban-devel/attachments/20060627/5ab6c75a/smime.p7s
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)