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
There is another new version [email protected], which introduces new dataTypeCase and functionCase options
[email protected]
dataTypeCase
functionCase
Some breaking changes:
Breaking changes The keywordCase option no more applies to data types. The identifierCase option no more applies to function names. New formatting style of CREATE TABLE (Place create table and table name in the same line sql-formatter-org/sql-formatter#495) New formatting style of CREATE VIEW When using custom dialects: TokenizerOptions has new mandatory reservedDataType field.
Breaking changes
I'd be happy to do a PR with these changes, after the PR documenting SQL-in-JS/TS with prettier-plugin-embed
prettier-plugin-embed
The text was updated successfully, but these errors were encountered:
keywordCase
I can confirm [email protected] is present in [email protected], and the dataTypeCase and functionCase options are working 🎉 Thanks for the release.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
There is another new version
[email protected]
, which introduces newdataTypeCase
andfunctionCase
optionsSome breaking changes:
I'd be happy to do a PR with these changes, after the PR documenting SQL-in-JS/TS with
prettier-plugin-embed
The text was updated successfully, but these errors were encountered: