pgsink icon indicating copy to clipboard operation
pgsink copied to clipboard

Bump github.com/go-jet/jet/v2 from 2.4.0 to 2.9.0

Open dependabot[bot] opened this issue 2 years ago • 0 comments

Bumps github.com/go-jet/jet/v2 from 2.4.0 to 2.9.0.

Release notes

Sourced from github.com/go-jet/jet/v2's releases.

Release v.2.9.0

[New] MySql insert row alias for duplicate key update statements (issue, wiki) [New] MySql statement optimizer hints (issue, wiki) [New] Postgres json literal (issue) [Bug] Some mysql and sqlite conditional functions are not exported (issue) [Bug] Missing SET method for ColumnTimez interface (pr) [Bug] Reserved word RIGHT missing for postgres dialect (pr)

Release v.2.8.0

[New] CockroachDB support [New] Table prefix and suffix for multi-tenant environment (issue) [New] EXTRACT time/date support [Bug] Ignore tables, views and enums does not work if dsn is present (pr) [Bug] Statement Query and Exec methods can not be used with sql.Conn (issue) [Bug] DebugSQL panics with Valuer types (issue)

Release v.2.7.1

[Fix] Poor performance when using Rows to scan the data (issue, wiki) [New] Global AND and OR functions for better indentation of a complex conditions in the Go code and in the generated SQL (wiki)

Release v.2.7.0

  • [New] [Posgres] [Sqlite] UPDATE statement FROM clause support (issue, wiki)
  • [New] [Postgres] [MySQL] DELETE statement USING clause support (issue, wiki)
  • [New] [QRM] Prevent recursive scan if destination contains circular dependency (issue)
  • [New] WITH RECURSIVE statement support (wiki)
  • [New] BETWEEN operator support (wiki)
  • [New] Aggregate functions DISTINCT operator support (issue)
  • [New] [Postgres] DISTINCT ON clause support (wiki)
  • [New] Ability to update alias of all sub-query(or CTE) projections (wiki)
  • [New] Ability to exclude list of columns from sub-query(or CTE) projections (wiki)
  • [New] Query logger function with additional execution details (issue, wiki)
  • [New] [Postgres] Order set aggregate functions support (issue)
  • [New] Generator flags to ignore tables, views and enums. (issue, wiki)
  • [New] Automatic type cast for sized integer literals (issue)
  • [Fix] Generator no longer supports MySQL 5.7 (issue)

Release v.2.6.0

  • [New] Generator and SQL Builder support for SQLite databases.
  • [New] Generator customization support (wiki).
  • [New] Ability to exclude columns from ColumnList (wiki)
  • [New] Generator can now connect to the database using DSN (wiki)
  • [Fix] QueryContext panic when the scanned value is nil and the destination is a slice of primitive (issue91)
  • [Fix] Special characters are not working in postgres password for generator (issue95), (issue34),

Release v.2.5.0

  • LATERAL queries support (wiki)
  • RawStatement support (wiki)
  • Expose statement Rows method (wiki)
  • Allow Raw helper to accept named arguments (wiki)
  • Lossless decimal types conversion (wiki)

... (truncated)

Commits
  • 24857bc Merge pull request #180 from go-jet/develop
  • 59f9df9 [postgres] Add Json literal test.
  • f772f90 [MySQL] Optimizer hints
  • c9967d1 Merge pull request #175 from Hoonyyhoon/fix/add_omitted
  • 16c9ee4 Add omitted reserved word 'right' on postgresql
  • a2ea189 Go fmt.
  • 4e1ff65 [MySQL] Add NEW alias for the rows to be inserted.
  • c264529 Merge pull request #171 from nkonin/fix/ColumnTimez-missing-SET-method
  • 92254c3 add missing SET method to ColumnTimez interface
  • f93636e Add missing sqlite conditional functions.
  • 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] avatar Oct 10 '22 10:10 dependabot[bot]