Skip to content

Commit

Permalink
Mention in README that INSERT,UPDATE,DELETE are supported
Browse files Browse the repository at this point in the history
  • Loading branch information
nene committed Jan 11, 2024
1 parent 7231c44 commit f58991a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ It also has experimental support for the following dialects:
The main limitation is that [the parser][sql-parser-cst] does not support full syntax of
these dialects. One should expect the parser to crash for syntax that's more specific to
these dialects. But as long as the parsing succeeds, the formatting should also succeed.
Mainly one can expect the formatting of SELECT statements to work. But beyond that you should
keep your expectations low. You have been warned.
Mainly one can expect the formatting of SELECT, INSERT, UPDATE, DELETE statements to work.
But beyond that you should keep your expectations low. You have been warned.

The specifics of the [SQL formatting style][STYLE_GUIDE] are still very much subject to change.
Though the general principles should be mostly in place by now.
Expand Down

0 comments on commit f58991a

Please sign in to comment.