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 b037b3a commit 7d8751aCopy full SHA for 7d8751a
SQLite Common Tests/StatementTests.swift
@@ -173,7 +173,7 @@ class StatementTests: XCTestCase {
173
174
func test_values_returnsDictionaryOfColumnsToValues() {
175
InsertUser(db, "alice")
176
- let stmt = db.prepare("SELECT id, email FROM users")
+ let stmt = db.prepare("SELECT id, \"email\" FROM users")
177
stmt.next()
178
179
let values = stmt.values!
0 commit comments