pgsink
pgsink copied to clipboard
Bump github.com/go-jet/jet/v2 from 2.4.0 to 2.9.0
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] Somemysql
andsqlite
conditional functions are not exported (issue) [Bug] MissingSET
method forColumnTimez
interface (pr) [Bug] Reserved wordRIGHT
missing forpostgres
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 ifdsn
is present (pr) [Bug] StatementQuery
andExec
methods can not be used withsql.Conn
(issue) [Bug]DebugSQL
panics withValuer
types (issue)Release v.2.7.1
[Fix] Poor performance when using
Rows
to scan the data (issue, wiki) [New] GlobalAND
andOR
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
statementFROM
clause support (issue, wiki)- [New] [Postgres] [MySQL]
DELETE
statementUSING
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
... (truncated)
Commits
24857bc
Merge pull request #180 from go-jet/develop59f9df9
[postgres] Add Json literal test.f772f90
[MySQL] Optimizer hintsc9967d1
Merge pull request #175 from Hoonyyhoon/fix/add_omitted16c9ee4
Add omitted reserved word 'right' on postgresqla2ea189
Go fmt.4e1ff65
[MySQL] Add NEW alias for the rows to be inserted.c264529
Merge pull request #171 from nkonin/fix/ColumnTimez-missing-SET-method92254c3
add missing SET method to ColumnTimez interfacef93636e
Add missing sqlite conditional functions.- Additional commits viewable in compare view
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)