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.2.4 #764

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps sql-formatter from 4.0.2 to 12.2.4.

Release notes

Sourced from sql-formatter's releases.

12.2.4

Bugfix

12.2.3

Bugfixes

  • Add SELECT..INTO support for TSQL (#609) (thanks to Grant Forsythe)

12.2.2

Bugfixes

  • Improve handling of GO statements in Transact-SQL (#606) (thanks to Grant Forsythe)

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

... (truncated)

Commits
  • 091b180 Release v12.2.4
  • 76d08f0 Merge PR #621: fix EAGAIN error for stdin
  • 0a94042 Use readFile() method also when reading config file
  • cde2f52 Move async code out of constructor
  • 959577a Rename PrettierSQLArgs -> SqlFormatterCli
  • 50e4cc6 Extract readFile() method
  • f6d8ccd Inline the readFile-to-promise conversion
  • 8972fb7 Generalize duplicate IO error handling
  • f0d3c73 Add missing {curlies}
  • 9725a1a Add Sebastian Lyng Johansen to contributors list
  • 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 #766.