#2048: Drive letter separator in Windows dburi not substituted when using
package
specific dburi
----------------------------------------------------------------------+-----
Reporter: tg_werner |
Owner: Chris Arndt
Type: defect |
Status: assigned
Priority: normal |
Milestone: 1.1
Component: TurboGears |
Version: 1.0.7
Severity: normal |
Resolution:
Keywords: dburi, sqlite, windows, config, needs patch, needs tests |
----------------------------------------------------------------------+-----
Changes (by Chris Arndt):
* owner: faide => Chris Arndt
* status: new => assigned
Comment:
Unfortunately your fix would break things for sqlalchemy, because with SA
a SQLite dburi for a local file on Windows looks `"sqlite:///C:/foo.db"`.
It's also no use to test if the config value contains `"sqlalchemy"` and
then do the reverse conversion, because we also allow several database
connections for SA but there is currently no way to tell from the name of
the config setting if it's SQLObject or SQLAlchemy connection.
So a fix for this will have to wait until #1813 is done.
--
Ticket URL: <http://trac.turbogears.org/ticket/2048#comment:3>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---