Skip to content

internal/dinosql: Add support for timestamptz #169

New issue

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

Merged
merged 1 commit into from
Dec 14, 2019
Merged

Conversation

kyleconroy
Copy link
Collaborator

The SQL standard requires that writing just timestamp be equivalent to
timestamp without time zone, and PostgreSQL honors that behavior.
timestamptz is accepted as an abbreviation for timestamp with time zone;
this is a PostgreSQL extension.

Fixes #168

> The SQL standard requires that writing just timestamp be equivalent to
> timestamp without time zone, and PostgreSQL honors that behavior.
> timestamptz is accepted as an abbreviation for timestamp with time zone;
> this is a PostgreSQL extension.
@kyleconroy kyleconroy merged commit 16cc4e9 into master Dec 14, 2019
@kyleconroy kyleconroy deleted the timestamptz branch December 14, 2019 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

timestamptz support
1 participant