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
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ public abstract class GraphQLSupportedTypesTestBase : SqlTestBase
[DataRow(DATETIMEOFFSET_TYPE, 3, DisplayName = "Query by PK test selecting only datetimeoffset_types with typeid = 3.")]
[DataRow(DATETIMEOFFSET_TYPE, 4, DisplayName = "Query by PK test selecting only datetimeoffset_types with typeid = 4.")]
[DataRow(SMALLDATETIME_TYPE, 1, DisplayName = "Query by PK test selecting only smalldatetime_types with typeid = 1.")]
[DataRow(SMALLDATETIME_TYPE, 1, DisplayName = "Query by PK test selecting only smalldatetime_types with typeid = 1.")]
[DataRow(SMALLDATETIME_TYPE, 1, DisplayName = "Query by PK test selecting only smalldatetime_types with typeid = 1.")]
[DataRow(SMALLDATETIME_TYPE, 1, DisplayName = "Query by PK test selecting only smalldatetime_types with typeid = 1.")]
[DataRow(SMALLDATETIME_TYPE, 2, DisplayName = "Query by PK test selecting only smalldatetime_types with typeid = 2.")]
[DataRow(SMALLDATETIME_TYPE, 3, DisplayName = "Query by PK test selecting only smalldatetime_types with typeid = 3.")]
[DataRow(SMALLDATETIME_TYPE, 4, DisplayName = "Query by PK test selecting only smalldatetime_types with typeid = 4.")]
[DataRow(DATE_TYPE, 1, DisplayName = "Query by PK test selecting only date_types with typeid = 1.")]
[DataRow(DATE_TYPE, 2, DisplayName = "Query by PK test selecting only date_types with typeid = 2.")]
[DataRow(DATE_TYPE, 3, DisplayName = "Query by PK test selecting only date_types with typeid = 3.")]
Expand Down