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.
2 parents 691fc89 + 9a0170e commit 36e01b0Copy full SHA for 36e01b0
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