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 8583eb6 commit b94e7a9Copy full SHA for b94e7a9
Tests/SQLiteTests/QueryIntegrationTests.swift
@@ -210,7 +210,6 @@ class QueryIntegrationTests: SQLiteTestCase {
210
}
211
212
213
-
214
private extension Connection {
215
func satisfiesMinimumVersion(minor: Int, patch: Int = 0) -> Bool {
216
guard let version = try? scalar("SELECT sqlite_version()") as? String else { return false }
0 commit comments