We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LogicalType::Time
WITH TIME ZONE on CREATE TABLE TABLE_E141_07_10_01 ( A TIME WITH TIME ZONE DEFAULT CURRENT_TIMESTAMP )
WITH TIME ZONE
CREATE TABLE TABLE_E141_07_10_01 ( A TIME WITH TIME ZONE DEFAULT CURRENT_TIMESTAMP )
I think this should create a new DataValue like DataType::TimeWithZone to represent WITH TIME ZONE
DataValue
DataType::TimeWithZone
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Request
WITH TIME ZONE
onCREATE TABLE TABLE_E141_07_10_01 ( A TIME WITH TIME ZONE DEFAULT CURRENT_TIMESTAMP )
I think this should create a new
DataValue
likeDataType::TimeWithZone
to representWITH TIME ZONE
The text was updated successfully, but these errors were encountered: