Re: [sqlite] ":memory:" path does not seem to work on Windows anymore

2016-06-20 Thread Kirill Müller
On 30.05.2016 17:09, Richard Hipp wrote: On 5/30/16, Kirill Müller wrote: I'd appreciate any pointers on bisecting SQLite. Thanks. (1) Make sure you have tclsh 8.5 or later installed on your system, as there are various TCL scripts that SQLite makefile needs to run in order to build the amal

Re: [sqlite] ":memory:" path does not seem to work on Windows anymore

2016-05-30 Thread Richard Hipp
On 5/30/16, Kirill Müller wrote: > I'd appreciate any pointers on bisecting > SQLite. Thanks. (1) Make sure you have tclsh 8.5 or later installed on your system, as there are various TCL scripts that SQLite makefile needs to run in order to build the amalgamation. (2) Install Fossil. You can e

Re: [sqlite] ":memory:" path does not seem to work on Windows anymore

2016-05-30 Thread Kirill Müller
On 30.05.2016 09:57, Stephan Beal wrote: On Mon, May 30, 2016 at 8:35 AM, Kirill Müller wrote: I can't reproduce the issue on Windows with the current command-line client, but it is real in our environment. How can I help you replicate it? Thanks. -Kirill On 26.05.2016 14:57, Kirill Müller

Re: [sqlite] ":memory:" path does not seem to work on Windows anymore

2016-05-30 Thread Stephan Beal
On Mon, May 30, 2016 at 8:35 AM, Kirill Müller wrote: > I can't reproduce the issue on Windows with the current command-line > client, but it is real in our environment. How can I help you replicate it? > Thanks. > > > -Kirill > > On 26.05.2016 14:57, Kirill Müller wrote: > >> Hi >> >> >> In the

Re: [sqlite] ":memory:" path does not seem to work on Windows anymore

2016-05-29 Thread Kirill Müller
I can't reproduce the issue on Windows with the current command-line client, but it is real in our environment. How can I help you replicate it? Thanks. -Kirill On 26.05.2016 14:57, Kirill Müller wrote: Hi In the R interface to SQLite [1], we observe that opening a database with ":memory:

[sqlite] ":memory:" path does not seem to work on Windows anymore

2016-05-26 Thread Kirill Müller
Hi In the R interface to SQLite [1], we observe that opening a database with ":memory:" does not work anymore on Windows (both 32- and 64-bit versions), possibly related to an upgrade from sqlite 3.8.6 to 3.11.1. Using "file::memory:" works on 3.11.1, but not for 3.8.6 . The sqlite3_open_v2(