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