sqlite-lib: Disallow :memory:
connection
#3352
Labels
c/documentation
Improvements or additions to documentation
feature
New feature or request
i/good first issue
Good for newcomers
Using just
:memory:
has some issues as pointed out by mattn/go-sqlite3#204 and https://github.com/mattn/go-sqlite3#faq, so our lib should fail out if being initialized with:memory:
only.The text was updated successfully, but these errors were encountered: