Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/go-jet/jet/v2 to v2.12.0 #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/go-jet/jet/v2 v2.10.1 -> v2.12.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

go-jet/jet (github.com/go-jet/jet/v2)

v2.12.0

Compare Source

New Features

  • Prepared Statement Caching (wiki)
  • VALUES Statements Support (wiki)
  • Custom Expression and Operator Support: Users can now build custom expressions and operators using newly exposed CustomExpression and Token functions. (wiki)
  • Row Expression Support
  • Enum Model: List of all enum values are now listed in the generated enum model file (wiki)
  • Postgres Comments: Generated files now include Postgres comments for table, columns and enums.
  • ColumnList Table Re-Aliasing: New As method renames table alias for all the columns within ColumnList (wiki)
  • Table Alias Removal: Table aliases can now be omitted from ColumnList and ProjectionList by passing an empty string to the As method (wiki)
  • Postgres Character Type Constructors: New constructors for Postgres-specific character types, including Text, Char, and VarChar.
  • Postgres Functions: Added support for DATE_TRUNC and GENERATE_SERIES functions.
  • Generator Column Metadata: Added new HasDefault metadata for columns.

Bug Fixes

  • Postgres Array Detection: Fixed an issue with detecting Postgres arrays (issue)
  • Interval Column Usage in UPDATE/INSERT SET: Interval columns can now be used in UPDATE and INSERT SET assignments (issue)
  • SQL Builder Column Name conflict: Resolved naming conflicts for columns that share names with Jet types or methods by appending an underscore _ to the end of the column field name (issue)
Contributors

@​kblomster @​josephbuchma @​azdagron @​realrunner @​safaci2000 @​BranislavLazic @​VolkerLieber @​jf9327 @​MathieuKooiman

v2.11.1

Compare Source

[Bug] Postgres ON CONFLICT DO NOTHING without conflict target does not appear in generated SQL (pr).

Special thanks to @​BillBuilt for spotting the issue.

v2.11.0

Compare Source

[New] Postgres support for range types.
[New] Postgres support for materialized views.
[New] Sqlite support for generated columns.
[New] Support for OF in row locking clause.
[New] Postgres support for the FETCH FIRST clause.
[New] Support for NULLS_FIRST and NULLS_LAST sorting order.
[New] Default alias option for table SQL builder.
[New] Faster MySQL code generation for databases with very large numbers of tables.
[New] Postgres support for expression in the OFFSET clause.
[Bug] Invalid go identifiers ASCII characters are replaced with character description string.

New Contributors

@​quirell, @​ryym, @​josephbuchma, @​mattdowdell, @​jupp0r, @​realbucksavage, @​sarkan-ag5


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/github.com-go-jet-jet-v2-2.x branch from 91be7bd to 17f0bfc Compare November 3, 2024 13:56
@renovate renovate bot changed the title Update module github.com/go-jet/jet/v2 to v2.11.1 Update module github.com/go-jet/jet/v2 to v2.12.0 Nov 3, 2024
Copy link
Contributor Author

renovate bot commented Nov 3, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: github.com/ajvpot/blocksaas@v0.0.0-20211225041512-7603a7930e46: invalid version: git ls-remote -q origin in /tmp/renovate/cache/others/go/pkg/mod/cache/vcs/c15fa6cca3aa13bb2b0c6360ac14ad9a6f64a8d7ade5443fd69519fa8af50870: exit status 128:
	remote: Repository not found.
	fatal: repository 'https://github.com/ajvpot/blocksaas/' not found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants