On Tue, Nov 28, 2006 at 09:10:39PM +0100, Jesus Climent wrote: > > I think that the dependency should be just python-sqlite2 and should not > > involve python-sqlite. > > Could you please explain the different behaviour and why we should consider it > a bug? > > Your description of the bug does not tell anything about the behaviour and the > problems found with the different packages installed.
When using python-sqlite, it crashed upon the first hit to a project set up around my MissingH repository at http://darcs.complete.org/ using the trac-darcs plugin, complaining of invalid SQL syntax at the '<' character. When using python-pysqlite2, it worked fine. I suspect that the python-sqlite driver wasn't properly escaping a %s in a query string. But in any case, I also already described that you will create incompatible on-disk formats. A person could still satisfy the trac deps, but swap one library for another, and result in a broken trac config. Also, perhaps it ought to consider the possibility of using PostgreSQL and MySQL backends. -- John -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

