#898: Default sqlite dburi in dev.cfg fails on Win32
-------------------------------+--------------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  max     
     Type:  defect             |       Status:  reopened
 Priority:  normal             |    Milestone:          
Component:  TurboGears         |      Version:  0.9a6   
 Severity:  normal             |   Resolution:          
 Keywords:                     |  
-------------------------------+--------------------------------------------
Changes (by jorge.vargas):

  * status:  closed => reopened
  * resolution:  fixed =>

Comment:

 I'm reopening this because I think there is something else going on here.

 why tg-admin sql xxx fail
 but
 tg-admin shell doesn't?

 they both call self.find_config() which is inherited from CommandWithDbB

 40          def find_config(self):
 41              """Chooses the config file, trying to guess whether this
 is a
 42              development or installed project."""
 43              load_project_config(self.config)
 44              self.dburi = turbogears.config.get("sqlobject.dburi",
 None)
 45              if self.dburi and self.dburi.startswith("notrans_"):
 46                  self.dburi = self.dburi[8:]

-- 
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/898>
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.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-tickets
-~----------~----~----~----~------~----~------~--~---

Reply via email to