Refering articles:
- Lino now uses Python 2.5 (22.12.06) — I have switched to Python 2.5 and fixed some issues that appeared during the test suite after the new upgrade. more
- trying it on Python 2.4 (06.09.05) — I installed Python 2.4.1 and pysqlite. The crash also happens using this configuration. Seems that "default" is a reserved word in Python 2.4. Had to migrate console where a variable had this name.
- Started firebird database driver (06.09.05) — I started the firebird driver because Firebird could really be an alternative to pysqlite. more
- Crash in big addrbook demo (29.08.05) — Now that sqlite: database table is locked is solved I have a new problem: Python crashes while running the big DemoPopulator of addrbook in 22. The exact place is not always the same, and sometimes it even fails to crash. more
- What about ZODB? (surf notes 01.07.05) — Kevin Dangoor compares ZODB and pysqlite/SQLObject is is blog entry ZODB vs. pysqlite with SQLObject more
- pysqlite2.dbapi2.OperationalError (04.06.05) — tests.adamo.25 tries to reproduce a possible pysqlite problem which occurs only during sys.exitfunc, and only if Testcase 6 (who is successful) was run. more
- DBAPI 2.0 and cursor.rowcount (01.05.05) — Another problem with the new pysqlite is that it doesn't set the cursor.rowcount attribute. But after all this turns out to be a step forward. more
- pysqlite and unicode strings (01.05.05) — After upgrading pysqlite from 0.4.3 to 2.0a4 I had some of my test cases fail because of encoding conversion problems. more
- upgrading pysqlite on Leo (29.04.05) — pysqlite 0.4.3 does not support the WHERE EXISTS clause, but sqlite 3.1 does. So I try another SQLite upgrade on Leo, this time to version 2.0a4. pysqlite-2.0.alpha4.win32-py2.3.exe. more
- problems with pysqlite (code changes 11.01.05) — There is a bug in pysqlite 1.1.6. I wrote a testcase, reported the &atid=472543 bug and went back to version 0.4.3 since this is okay for Lino.