Roundup Tracker - Issues

Issue 1534227

classification
have sqlite backend work with pysqlite2
Type: Severity: normal
Components: None Versions:
process
Status: closed accepted
:
: : bcannon
Priority: normal : patch

Created on 2006-08-04 00:47 by bcannon, last changed 2006-08-04 00:47 by bcannon.

Files
File name Uploaded Description Edit Remove
back_sqlite.diff bcannon, 2006-08-04 00:47 patch back_sqlite.py
Messages
msg2858 Author: [hidden] (bcannon) Date: 2006-08-04 00:47
Right now roundup.backend.back_sqlite only tries to
import sqlite.  Unfortunately pysqlite2 does not
install under that name, but as pysqlite.  On top of
that, in order to get back to what was originally
expected, you need to import pysqlite2.dbapi2 to get
this to work.

The attached patch is against 1.1.2 and tries to import
sqlite, and if that fails tries to import pysqlite2
properly as sqlite.

This should fix bug #1487098.
History
Date User Action Args
2006-08-04 00:47:06bcannoncreate