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 f52bdc2 + c5a1e38 commit 0ff5262Copy full SHA for 0ff5262
SQLite/Core/Connection.swift
@@ -22,6 +22,7 @@
22
// THE SOFTWARE.
23
//
24
25
+import Foundation.NSUUID
26
import Dispatch
27
#if SQLITE_SWIFT_STANDALONE
28
import sqlite3
SQLite/Typed/CoreFunctions.swift
@@ -22,6 +22,9 @@
+import Foundation.NSData
+
extension ExpressionType where UnderlyingType : Number {
29
30
/// Builds a copy of the expression wrapped with the `abs` function.
0 commit comments