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 f4b9bc6 commit ee06b96Copy full SHA for ee06b96
SQLite/Core/Connection.swift
@@ -22,7 +22,7 @@
22
// THE SOFTWARE.
23
//
24
25
-import Foundation
+import Foundation.NSUUID
26
import Dispatch
27
#if SQLITE_SWIFT_STANDALONE
28
import sqlite3
SQLite/Typed/CoreFunctions.swift
+import Foundation.NSData
extension ExpressionType where UnderlyingType : Number {
0 commit comments