Re: [sqlite] 3.7.7, URI filenames, and UNC paths

2011-06-26 Thread Jan Hudec
On Fri, Jun 24, 2011 at 11:28:56 -0400, Cheetah wrote: > The documentation clearly states that using an authority other than > localhost is not permitted. However, AFAICT, the standard form of a file: > URI on windows for a UNC path uses exactly that. That's in accord with the URL specification.

Re: [sqlite] 3.7.7, URI filenames, and UNC paths

2011-06-26 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/25/2011 01:22 PM, Cheetah wrote: > What I'm suggesting is that it should be possible to open any file via > a URI that can be opened using the non-URI open call. You can. Use this: file://localhost/\\darkstar\home\fred\data.db Roger

Re: [sqlite] 3.7.7, URI filenames, and UNC paths

2011-06-25 Thread Cheetah
On Fri, Jun 24, 2011 at 11:36 PM, Roger Binns wrote: > On 06/24/2011 08:28 AM, Cheetah wrote: >> However, AFAICT, the standard form of a file: >> URI on windows for a UNC path uses exactly that. > > Are you proposing that SQLite somehow work out if the supplied name maps >

Re: [sqlite] 3.7.7, URI filenames, and UNC paths

2011-06-24 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/24/2011 08:28 AM, Cheetah wrote: > The documentation clearly states that using an authority other than > localhost is not permitted. This was a deliberate decision when the feature was originally proposed. The original spec was that the