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() function returns SQLITE_CANTOPEN, and is called with (":memory:", a valid pointer to a sqlite3*, SQLITE_RWC, NULL) according to code inspection. Please advise.


Best regards

Kirill


[1] https://github.com/rstats-db/RSQLite
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to