mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
chore: fix some comments (#1184)
Signed-off-by: sunxunle <sunxunle@gmail.com>
This commit is contained in:
parent
2bf93a470c
commit
e976a2ee43
4 changed files with 5 additions and 5 deletions
|
@ -151,7 +151,7 @@ maintain this crate is limited. Please read the following sections carefully.
|
|||
### New Syntax
|
||||
|
||||
The most commonly accepted PRs add support for or fix a bug in a feature in the
|
||||
SQL standard, or a a popular RDBMS, such as Microsoft SQL
|
||||
SQL standard, or a popular RDBMS, such as Microsoft SQL
|
||||
Server or PostgreSQL, will likely be accepted after a brief
|
||||
review. Any SQL feature that is dialect specific should be parsed by *both* the relevant [`Dialect`]
|
||||
as well as [`GenericDialect`].
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue