Can't create a SQLite read-only connection #148
-
SQLite connection gives an error if the connection is set to read-only mode. |
Beta Was this translation helpful? Give feedback.
Answered by
serge-rider
Jan 10, 2016
Replies: 1 comment
-
SQLite driver doesn't support standard JDBC way to open read-only connections. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kseniiaguzeeva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SQLite driver doesn't support standard JDBC way to open read-only connections.
Set driver parameter "open_mode" to "1" to make connection read-only.