Tables disappeared after Query() without Scan() when using in-memory DB #260
-
Somehow the tables seem to disappear after a call to Query() or QueryRow() but without Scan(). This happens when using The test case below fails with
|
Beta Was this translation helpful? Give feedback.
Answered by
ncruces
Apr 8, 2025
Replies: 1 comment 3 replies
-
A little search would've solved the issue: #188 This is a common “problem” with SQLite and |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
ncruces
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A little search would've solved the issue: #188
This is a common “problem” with SQLite and
databasw/sql
.