sql-formatter
Advanced tools
Comparing version 12.2.3 to 12.2.4
{ | ||
"name": "sql-formatter", | ||
"version": "12.2.3", | ||
"version": "12.2.4", | ||
"description": "Format whitespace in a SQL query to make it more readable", | ||
@@ -81,2 +81,3 @@ "license": "MIT", | ||
"Sasha Aliashkevich <olsender@gmail.com>", | ||
"Sebastian Lyng Johansen <seblyng98@gmail.com>", | ||
"Sean Song <mail@seansong.dev>", | ||
@@ -129,2 +130,3 @@ "Sergei Egorov <sergei.egorov@zeroturnaround.com>", | ||
"argparse": "^2.0.1", | ||
"get-stdin": "=8.0.0", | ||
"nearley": "^2.20.1" | ||
@@ -131,0 +133,0 @@ }, |
@@ -10,3 +10,3 @@ <a href='https://github.com/sql-formatter-org/sql-formatter'><img src="static/prettier-sql-clean.svg" width="128"/></a> | ||
It supports various SQL dialects: | ||
GCP BigQuery, IBM DB2, Apache Hive, MariaDB, MySQL, Couchbase N1QL, Oracle PL/SQL, PostgreSQL, Amazon Redshift, SingleStoreDB, Snowflake, Spark, SQL Server Transact-SQL, Trino/Presto. | ||
GCP BigQuery, IBM DB2, Apache Hive, MariaDB, MySQL, Couchbase N1QL, Oracle PL/SQL, PostgreSQL, Amazon Redshift, SingleStoreDB, Snowflake, Spark, SQL Server Transact-SQL, Trino (and Presto). | ||
See [language option docs](docs/language.md) for more details. | ||
@@ -13,0 +13,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2170452
8272
3
+ Addedget-stdin@=8.0.0