GoogleCloudPlatform / GoogleCloudPlatform/pgadapter
support TIMESTAMP
Open
- Dominant language
- Java
- Stars
- 91
- Forks
- 33
- Avg merge
- 3d 57m
- Merged PRs (30d)
- 58
Description
pgadapter already supports `TIMESTAMPTZ`, but standard postgresql also supports `TIMESTAMP` as a timestamp without timezone.
This type is used in https://github.com/pressly/goose to initialize the database when used with the postgres datastore type. Having this type available would make it easier to use spanner/pgadapter as a drop-in replacement for postgresql.
Contributor guide
Assessment
This issue has not been assessed yet.