hasura / hasura/graphql-engine
MSSQL - Running query "select sysdatetimeoffset()" on hasura console app returns error
Open
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
Assessment
This issue has not been assessed yet.