pgsink icon indicating copy to clipboard operation
pgsink copied to clipboard

Bump github.com/go-jet/jet/v2 from 2.4.0 to 2.8.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.8.0.

Release notes

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

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)
  • Implicit CROSS JOIN support (wiki)
  • SQL builder schema rename support. (wiki)
  • [Bug][MySQL] UPDATE statement does not escape reserved word when MODEL is used (issue)
  • Allow Bytea literal constructor to accept byte array as well as string
  • New literal constructor functions: (wiki)
    • for each of the integer types - Int32(), UInt32(), Int64, UInt64(), etc..
    • for uuid literal - UUID()
    • for exact decimal literal - Decimal()
Commits
  • 38b6caf Merge pull request #153 from go-jet/develop
  • 4b720d6 Add multi-tenant table WithPrefix, WithSuffix tests.
  • 01f409b Add multi-tenant table WithPrefix, WithSuffix tests.
  • c38d2fd Update README.md
  • 6706f4b [Bug] DebugSQL panics with libraries that do not implemente Stringer interface.
  • 7567206 Update dependencies.
  • 5561de1 Merge remote-tracking branch 'upstream/master' into develop
  • 3b0285c [Bug] Statement Query and Exec methods can not be used with sql.Conn
  • 84dbda5 Improve doc.
  • 29c523f Generator code cleanup.
  • 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 May 23 '22 10:05 dependabot[bot]