Skip to content

CockroachDB default types #1

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

rwrz
Copy link
Owner

@rwrz rwrz commented Nov 2, 2022

In cockroachdb, the default values returns something like field:::TIMESTAMPZ, and the validation here is only by the default value, without its type, this regex is required.

rwrz added 3 commits December 27, 2022 10:54
In cockroachdb, the default values returns something like `field:::TIMESTAMPZ`, and the validation here is only by the default value, without its type, this regex is required.
… cases:

`'field'::character varying`
`'field':::character varying`
`field::character varying`
`field:::character varying`
@rwrz rwrz force-pushed the rwrz-cockroachdb-default-fixes branch from 02a1ea8 to 68156b5 Compare December 27, 2022 14:02
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.

1 participant