Skip to content

Commit

Permalink
Label the DB2i dialect as experimental for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nene committed Nov 9, 2023
1 parent a66d2fd commit 31e7b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/dialect.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The following dialects can be imported from `"sql-formatter"` module:
- `sql` - [Standard SQL][]
- `bigquery` - [GCP BigQuery][]
- `db2` - [IBM DB2][]
- `db2i` - [IBM DB2i][]
- `db2i` - [IBM DB2i][] (experimental)
- `hive` - [Apache Hive][]
- `mariadb` - [MariaDB][]
- `mysql` - [MySQL][]
Expand Down
2 changes: 1 addition & 1 deletion docs/language.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const result = format('SELECT * FROM tbl', { dialect: 'sqlite' });
- `"sql"` - (default) [Standard SQL][]
- `"bigquery"` - [GCP BigQuery][]
- `"db2"` - [IBM DB2][]
- `"db2i"` - [IBM DB2i][]
- `"db2i"` - [IBM DB2i][] (experimental)
- `"hive"` - [Apache Hive][]
- `"mariadb"` - [MariaDB][]
- `"mysql"` - [MySQL][]
Expand Down

0 comments on commit 31e7b7e

Please sign in to comment.