Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

repeate open a db file then execute query will cause file is not a database error #18

Open
navono opened this issue Nov 13, 2020 · 0 comments

Comments

@navono
Copy link

navono commented Nov 13, 2020

Before using go-sqlcipher, I was using gorm + sqilte3 and everything was working fine.
After I switched from sqlite3 to go-sqlcipher, I get an error at runtime like this:

file is not a database

When do some query like:

db.Where().Find()

Where did this go wrong? any clue to resolve this probelem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant