Skip to content

Commit

Permalink
Update testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
apstndb committed Sep 29, 2024
1 parent 3843b2e commit cb974a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@
}

--- SQL
(SELECT 1 AS i)
(SELECT AS example.TypeName 1 AS i)
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@
}

--- SQL
(SELECT 1 AS i)
(SELECT AS TypeName 1 AS i)
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
}

--- SQL
(SELECT 1)
(SELECT AS VALUE 1)

0 comments on commit cb974a0

Please sign in to comment.