Skip to content
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

codegen/golang: Add pgx support for range types #1146

Merged
merged 2 commits into from
Aug 24, 2021
Merged

Conversation

kyleconroy
Copy link
Collaborator

Support all six built-in range types:

  • int4range — Range of integer
  • int8range — Range of bigint
  • numrange — Range of numeric
  • tsrange — Range of timestamp without time zone
  • tstzrange — Range of timestamp with time zone
  • daterange — Range of date

Fixes #323

Support all six built-in range types:

* int4range — Range of integer
* int8range — Range of bigint
* numrange — Range of numeric
* tsrange — Range of timestamp without time zone
* tstzrange — Range of timestamp with time zone
* daterange — Range of date
@kyleconroy kyleconroy merged commit 71d9c4b into main Aug 24, 2021
@kyleconroy kyleconroy deleted the kyle/pgx-range-types branch August 24, 2021 05:06
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.

Support tsrange and tstzrange
1 participant