-
- Downloads
Detect if file is blank or bad for SQLite DB connection (#16372)
Previously just used JDBC. However, JDBC will merrily execute queries on empty file locations for SQLite, because it'll create a new SQLite file. This one checks that there exists a SQLite file already to be querying in the first place
Please register or sign in to comment