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
Hello, I noticed this on postgres. Ex:
I think it should rename it to _default
_default
The text was updated successfully, but these errors were encountered:
Indeed, we should have a list of words allowed in SQL, but reserved in Typescript in order to rename them at generation.
You could have used var as a column name too 😉
var
Sorry, something went wrong.
You can modify https://github.com/SweetIQ/schemats/blob/master/src/typescript.ts#L11 and add "default" into the reserved words and make a pull request.
You can modify /src/typescript.ts@master#L11 and add "default" into the reserved words and make a pull request.
Oh nice, didn't know.
Add a few reservedKeywords
reservedKeywords
42c4508
`object` especially since this its part of the [Activity Stream](https://www.w3.org/TR/activitystreams-core/#activities) spec. refs SweetIQ#90
No branches or pull requests
Hello,
I noticed this on postgres.
Ex:
I think it should rename it to
_default
The text was updated successfully, but these errors were encountered: