We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2d3e2 commit 9a0170eCopy full SHA for 9a0170e
Sources/SQLite/Extensions/Cipher.swift
@@ -60,7 +60,7 @@ extension Connection {
60
// the key provided is incorrect. To test that the database can be successfully opened with the
61
// provided key, it is necessary to perform some operation on the database (i.e. read from it).
62
private func cipher_key_check() throws {
63
- try scalar("SELECT count(*) FROM sqlite_master;")
+ let _ = try scalar("SELECT count(*) FROM sqlite_master;")
64
}
65
66
#endif
0 commit comments