#898: Default sqlite dburi in dev.cfg fails on Win32
-------------------------------+--------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone:
Component: TurboGears | Version: 0.9a6
Severity: normal | Keywords:
-------------------------------+--------------------------------------------
Version 0.96a added a hack to database.py for turning colons in sqlite
dburis into pipes, for Windows compatibility. This works fine for running
the application, but doesn't patch the dburi for "tg-admin sql xxxx"
scripts.
Because quickstarted projects now depend on this trick for their default
dev.cfg setup, naively running "tg-admin quickstart" followed by "tg-admin
sql create" will cause a traceback on Win32.
--
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/898>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development