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
59 stars 8 forks source link

Bump sql-formatter from 4.0.2 to 12.2.1 #755

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps sql-formatter from 4.0.2 to 12.2.1.

Release notes

Sourced from sql-formatter's releases.

12.2.1

Bugfixes

  • Support named arguments for BigQuery (#603) (thanks to pokutuna)

12.2.0

New feature

  • Custom paramTypes config (#582)

12.1.4

  • Export ParamItems and ParamTypes at top level #577

12.1.3

Bugfixes

  • Add FOR UPDATE clause support for Postgres (#574) (thanks to Nathan Walters)

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)

... (truncated)

Commits
  • 8260e4f Release v12.2.1
  • 014b87f Add pokutuna to contributors list
  • 9d25239 Support named arguments for BigQuery (#603)
  • 3cce45f Support named arguments for BigQuery
  • 8b76638 Deprecate commaPosition & tabulateAlias configs
  • 2628fe6 Release v12.2.0
  • 5f5554c Custom paramTypes config (#582)
  • 0a3d401 Document custom paramTypes syntax
  • e8b8f7b Support custom key funcion in custom param types
  • 59a6237 Basic implementation of custom paramTypes config
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)
dependabot[bot] commented 1 year ago

Superseded by #761.