Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conformance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Conformance is self-asserted. The community can call out failures via issues.

| ID | Description | Expected response |
|-------|------------------------------------------------------------------|---------------------------------------------|
| S-1 | `SELECT 1` | 200, `columns: ["1"]`, `rows: [[1]]` |
| S-1 | `SELECT 1 AS one` | 200, `columns: ["one"]`, `rows: [[1]]` |
| S-2 | SELECT against a known table with params | 200, correct columns/rows shape |
| S-3 | INSERT against a known table | 200, `rowsAffected >= 1` |
| S-4 | Syntactically invalid SQL | 400, `error.code` = `sql_error` |
Expand Down
Loading