|
From: Brian B. <ex...@gm...> - 2005-06-05 06:00:03
|
Oleg Broytmann wrote: > On Fri, Jun 03, 2005 at 08:01:44PM +1000, ab...@ne... wrote: > >> conn = "sqlite://persontest3.db?debug=" # FAILS >>instead of >> conn = "sqlite:/persontest3.db?debug=" # WORKS :-) >> >>So I'm not sure if that's a typo in the documentation, or the // is meant to be >>like a http address (but you can't use sqlite over http anyway?). > > > Not http, not even an URL. It is URI. Just a syntax that's paresed by > SQLObject, not any network engine. Also, I'm pretty sure the connection syntax Andy used is the only way to specify a relative path. I also use that form when using SQLObject with Windows. -- Brian Beck Adventurer of the First Order |