hasura / hasura/graphql-engine

MSSQL - Running query "select sysdatetimeoffset()" on hasura console app returns error

Open
#8,571 0 comments 0 reactions 0 assignees View on GitHub
k/bug
Dominant language
TypeScript
Stars
32.1k
Forks
3k
PR merge metrics
PR metrics pending

Description

Version Information
Server Version:
2.7.0
CLI Version (for CLI related issue):
2.7.0

Environment
CE

What is the expected behaviour?
Running the query "select sysdatetimeoffset()" should return the current date time offset.

Keywords
What is the current behaviour?
Returns "Unsupported type" error
{
"exception": {
"type": "unknown_data_type",
"message": "An unsupported/unknown data type was returned from the ODBC driver"
},
"query": "select sysdatetimeoffset();"

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.