Changes between Version 5 and Version 6 of PySqlite
- Timestamp:
- Jan 16, 2006, 10:38:51 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PySqlite
v5 v6 7 7 It should still be possible to use the old SQLite 2.8.x 8 8 with the Pysqlite [http://initd.org/pub/software/pysqlite/releases/1.0/1.0.1 1.0.1], 9 but Trac 0.9 works best with '''SQLite 3.2. x'''. The compatible9 but Trac 0.9 works best with '''SQLite 3.2.8'''. The compatible 10 10 Python bindings are: 11 11 * either the 1.x release branch of PySqlite (version 1.1.6 as of this writing) 12 12 * or, better, the newer 2.0.x release branch 13 13 (version >= 2.0.5 preferred) 14 * the not yet released 2.1.0 version appears to work well with Trac, 15 using pysqlite's trunk version 194. 14 * the 2.1.0 version appears to work well with Trac. 16 15 This release branch features a new statement cache and 17 16 a better handling of concurrent write operations. … … 43 42 Then when you're happy with the conversion and tested everything you can delete the trac2.db file. 44 43 44 '''Note:''' the above `sqlite old.db .dump | sqlite trac.db` procedure can also 45 be used to recover a corrupted database file (see #2598, for example). 46 47 45 48 For more information see http://www.sqlite.org/version3.html