-
Notifications
You must be signed in to change notification settings - Fork 21
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
unable to get Cockroach ARRAY underlying type #18
Comments
Sorry for the radio silence, I'll take a look at this today and will tell you something. |
Traced. This is related to this change: cockroachdb/cockroach#28945. In CockroachDB 2.1 data types were moved to Thanks for reporting. |
@pallavJha I pushed a fix right now PTAL and reopen in case it doesn't make it for you. |
@glerchundi, Facing this issue, after building a new binary from the master branch at commit (97aea0e)
Running test cases on newly generated models:
|
Test with latest, pushed another fix concretely for this data type. |
Also need to fix data type for int2, float8. |
PTAL to latest @themontem. |
Awesome, working fine now. Thanks. |
Error while model creation
init.sql
Error:
encountered the same error after changing the
DDL
toBTW there weren't any errors when the DDL was:
The text was updated successfully, but these errors were encountered: