synle / sqlui-native

SQLUI Native (sqluinative) is a simple UI client for most SQL Engines written in Electron. It is compatible with Windows, Mac, Ubuntu / Debian and Redhat. It supports most dialects of RMBDs like MySQL, Microsoft SQL Server, Postgres, SQLite and has limited supports for Cassandra, MongoDB, Redis, CockroachDB, Azure CosmosDB and Azure Storage Tab
https://synle.github.io/sqlui-native/
MIT License
61 stars 8 forks source link

Bump sql-formatter from 4.0.2 to 12.1.2 #719

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps sql-formatter from 4.0.2 to 12.1.2.

Release notes

Sourced from sql-formatter's releases.

12.1.2

Enhancements

  • Support BigQuery system variables (#568)

12.1.1

Bugfixes

  • Fix long-standing bug: BETWEEN operator followed by AND operator no more causes a crash (#566)
  • Fix formatting of IS [NOT] DISTINCT FROM operator (#565)
  • Improve formatting of block comments that aren't doc-comments (#559)

12.1.0

New feature

  • New command line flag --fix for formatting files in-place (#406)

12.0.6

Bugfix

  • Allow DB2 identifiers to start with $, @, # chars #550

12.0.5

Bugfixes

  • Fixed trailing comment handling with commaPosition option (thanks to Stanislav Germanovskii) #505

Dependency updates

  • Bumped json5 from 1.0.1 to 1.0.2 (#548)

12.0.4

Bugfixes

  • Fix formatting of ON CONFLICT clause (#535)
  • Support QUALIFY clause in Snowflake (#539)

12.0.3

Bugfixes

  • Add missing operators to SingleStoreDB (#531) (thanks to Tito Griné)

12.0.2

Bugfixes

  • Fix crash with complex expressions inside BETWEEN #523 #507

12.0.1

Bugfixes

  • Export ConfigError class as value, not as type (#521)

12.0.0

Major formatting style change

Most of the simple statements are now formatted more on one line (#483).

... (truncated)

Commits
  • 71cb85a Release v12.1.2
  • 039b202 Support BigQuery system variables (#568)
  • 6c118d1 Support BigQuery system variables
  • a1aa667 Release v12.1.1
  • 203e006 Bump http-cache-semantics from 4.1.0 to 4.1.1 (#560)
  • 63f3c97 Allow BETWEEN operator to be followed by AND operator (#566)
  • c17b0f2 Allow BETWEEN operator to be followed by AND operator
  • b248972 Format IS [NOT] DISTINCT FROM operator (#565)
  • 4f95209 Format IS [NOT] DISTINCT FROM operator
  • 0c397da Bump http-cache-semantics from 4.1.0 to 4.1.1
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
dependabot[bot] commented 1 year ago

Superseded by #727.