Skip to content

Commit d2567d7

Browse files
committed
wip
1 parent 038b40b commit d2567d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/_StructuredQueriesSQLite/DatabaseFunction.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ extension QueryBinding {
8282
case .uuid(let value):
8383
sqlite3_result_text(db, value.uuidString.lowercased(), -1, SQLITE_TRANSIENT)
8484
case .invalid(let error):
85-
sqlite3_result_error(db, error.localizedDescription, -1)
85+
sqlite3_result_error(db, error.underlyingError.localizedDescription, -1)
8686
}
8787
}
8888
}

0 commit comments

Comments
 (0)