We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I used Postgres, and found this generation does not support int4[]. The following is what I got: type: _INT4 error: unknown sql type: _int4
type: _INT4 error: unknown sql type: _int4
The text was updated successfully, but these errors were encountered:
Also how to contribute code, if I want to add this support myself, what should I take care of?
Sorry, something went wrong.
I don't know int4[] in postgres, but I think you can define a new type for int4[]:
int4[]
https://github.com/smallnest/gen/blob/master/template/mapping.json
No branches or pull requests
I used Postgres, and found this generation does not support int4[]. The following is what I got:
type: _INT4 error: unknown sql type: _int4
The text was updated successfully, but these errors were encountered: