[sqlite] System.Data.SQLite DLL pre-load bug

2012-04-02 Thread Cheetah
I went to try and file this as a ticket, but it appears that feature has been disabled for the "anonymous" login method. Anyways, the new release's processor detection and native library pre-loading has a nearly show-stopper bug for me. The processor detection uses

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 <rog...@rogerbinns.com> 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 ou

[sqlite] 3.7.7, URI filenames, and UNC paths

2011-06-24 Thread Cheetah
Reading the release notes and documentation for SQLite 3.7.7, I noticed what I believe may be an oversight / minor problem with the URI filename support when using SQLite on a Windows platform. The documentation clearly states that using an authority other than localhost is not permitted.