We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c21c8d commit 9188833Copy full SHA for 9188833
Source/Connection/Functions/Trace.swift
@@ -146,6 +146,7 @@ extension Connection {
146
/// For more details, please refer to the [documentation](https://www.sqlite.org/c3ref/profile.html).
147
///
148
/// - Parameter closure: The closure called when SQLite internally calls step on a statement.
149
+ @available(*, deprecated: 3.3, message: "The `trace` API will be removed in SQift 4.0. Please use `traceEvent` instead.")
150
public func trace(_ closure: ((String) -> Void)?) {
151
guard let closure = closure else {
152
sqlite3_trace(handle, nil, nil)
0 commit comments