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 76b2315 commit 575c881Copy full SHA for 575c881
SQLite.playground/Contents.swift
@@ -2,7 +2,7 @@ import SQLite
2
3
let db = try! Connection()
4
5
-db.trace(print)
+db.trace { print($0) }
6
7
let users = Table("users")
8
SQLite.playground/contents.xcplayground
@@ -1,4 +1,4 @@
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<playground version='5.0' target-platform='osx' requires-full-environment='true' display-mode='raw'>
+<playground version='5.0' target-platform='osx' display-mode='raw'>
<timeline fileName='timeline.xctimeline'/>
</playground>
0 commit comments