
noreply at edgewall
Sep 20, 2006, 2:26 AM
Views: 1062
Permalink
|
|
[The Trac Project] #3753: Support the sqlite3 module that comes with Python 2.5
|
|
#3753: Support the sqlite3 module that comes with Python 2.5 -------------------------+-------------------------------------------------- Reporter: cmlenz | Owner: jonas Type: enhancement | Status: new Priority: high | Milestone: 0.10 Component: general | Version: 0.10b1 Severity: normal | Keywords: -------------------------+-------------------------------------------------- Now that Python 2.5 has been released, we should support the `sqlite3` module that comes bundled. The package name has been changed from `pysqlite2.dbapi2` to `sqlite3`, so an adjustment of Trac's `sqlite_backend` is required. One open question is whether `pysqlite2.dbapi2` should take precedence over `sqlite3` or the other way around. I'll attach a patch that adds support for `sqlite3`, and prefers it to the standalone PySQLite driver. -- Ticket URL: <http://trac.edgewall.org/ticket/3753> The Trac Project <http://trac.edgewall.org/> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Tickets" group. To post to this group, send email to trac-tickets[at]googlegroups.com To unsubscribe from this group, send email to trac-tickets-unsubscribe[at]googlegroups.com For more options, visit this group at http://groups.google.se/group/trac-tickets -~----------~----~----~----~------~----~------~--~---
|