Skip to content

Commit

Permalink
fix: correct test condition
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-Q committed Sep 7, 2023
1 parent 1695b30 commit cde7200
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/corpus/create.txt
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ CREATE TABLE type_test (
a_datetime DATETIME,
a_datetime2 DATETIME2,
a_datetimeoffset DATETIMEOFFSET,
a_smalldatetime SMALLDATE,
a_smalldatetime SMALLDATETIME,
a_time TIME,
a_timestamp TIMESTAMP,
a_verbose_timestamp TIMESTAMP WITHOUT TIME ZONE,
Expand Down Expand Up @@ -1034,7 +1034,8 @@ CREATE TABLE type_test (
type: (datetimeoffset
(keyword_datetimeoffset)))
(column_definition
name: (identifier))
name: (identifier)
type: (keyword_smalldatetime))
(column_definition
name: (identifier)
type: (time
Expand Down

0 comments on commit cde7200

Please sign in to comment.