-
Notifications
You must be signed in to change notification settings - Fork 941
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
dialect/sql: expose the underlying builder of UpdateSet #3541
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ti-chi-bot bot
referenced
this pull request
in PingCAP-QE/ee-apps
Dec 5, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [entgo.io/ent](https://togithub.com/ent/ent) | require | patch | `v0.12.4` -> `v0.12.5` | --- ### Release Notes <details> <summary>ent/ent (entgo.io/ent)</summary> ### [`v0.12.5`](https://togithub.com/ent/ent/releases/tag/v0.12.5) [Compare Source](https://togithub.com/ent/ent/compare/v0.12.4...v0.12.5) #### What's Changed - doc: fix typos in paging.md by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3458](https://togithub.com/ent/ent/pull/3458) - entsql: added OnDelete annotation by [@​giautm](https://togithub.com/giautm) in [https://github.com/ent/ent/pull/3459](https://togithub.com/ent/ent/pull/3459) - doc/md: update doc for OnDelete annotation by [@​giautm](https://togithub.com/giautm) in [https://github.com/ent/ent/pull/3460](https://togithub.com/ent/ent/pull/3460) - entc/gen: avoid ambiguous column names when joining the same table by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3461](https://togithub.com/ent/ent/pull/3461) - entc/gen: rename <type>.Order to <type>.OrderOption by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3468](https://togithub.com/ent/ent/pull/3468) - dialect/sql: skip formatting qualified columns by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3469](https://togithub.com/ent/ent/pull/3469) - dialect/sql/sqlgraph: allow query edge fields with alias by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3470](https://togithub.com/ent/ent/pull/3470) - dialect/sql: add method for finding selection occurrences in queries by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3473](https://togithub.com/ent/ent/pull/3473) - doc: add entgql edge ordering by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3482](https://togithub.com/ent/ent/pull/3482) - cmd/ent: hide the --idtype flag from generate command by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3490](https://togithub.com/ent/ent/pull/3490) - dialect/sql/sqlgraph: replace id IN with EXISTS for HasNeighbors predicates by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3492](https://togithub.com/ent/ent/pull/3492) - .github/workflow: added atlas-ci for examples by [@​giautm](https://togithub.com/giautm) in [https://github.com/ent/ent/pull/3496](https://togithub.com/ent/ent/pull/3496) - entc/gen: load referenced foreign-keys on eager-loading by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3497](https://togithub.com/ent/ent/pull/3497) - entc/gen: remove unnecessary type arguments by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3503](https://togithub.com/ent/ent/pull/3503) - doc/md/ci: fix broken link for ent/contrib/ci action's repo by [@​Arthur1](https://togithub.com/Arthur1) in [https://github.com/ent/ent/pull/3504](https://togithub.com/ent/ent/pull/3504) - doc/md: edge ordering is supported by [@​masseelch](https://togithub.com/masseelch) in [https://github.com/ent/ent/pull/3506](https://togithub.com/ent/ent/pull/3506) - entc/gen/template: fix intercept package imports by [@​masseelch](https://togithub.com/masseelch) in [https://github.com/ent/ent/pull/3507](https://togithub.com/ent/ent/pull/3507) - doc: add schema inspection to getting-started page by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3510](https://togithub.com/ent/ent/pull/3510) - entc/load: report 'go mod' errors on schema loading by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3511](https://togithub.com/ent/ent/pull/3511) - .github/workflow: sync action by [@​giautm](https://togithub.com/giautm) in [https://github.com/ent/ent/pull/3513](https://togithub.com/ent/ent/pull/3513) - dialect/sql/schema: allow ariga.io/atlas schema diff to be extended by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3514](https://togithub.com/ent/ent/pull/3514) - dialect/sql/schema: support passing schema diff options by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3516](https://togithub.com/ent/ent/pull/3516) - dialect/sql: add OrderByRand option by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3518](https://togithub.com/ent/ent/pull/3518) - ent/privacy: move some of the generated privacy helpers to ent/privacy by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3527](https://togithub.com/ent/ent/pull/3527) - entc/gen: avoid conflict between order by edge-count and fields end with \_count by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3534](https://togithub.com/ent/ent/pull/3534) - Fix typo in docs by [@​jibbolo](https://togithub.com/jibbolo) in [https://github.com/ent/ent/pull/3539](https://togithub.com/ent/ent/pull/3539) - dialect/sql: expose the underlying builder of UpdateSet by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3541](https://togithub.com/ent/ent/pull/3541) - Fix go install instruction for atlas by [@​toshi0607](https://togithub.com/toshi0607) in [https://github.com/ent/ent/pull/3526](https://togithub.com/ent/ent/pull/3526) - entc/gen: fix conflicts between fields named 'op' and Mutation.Op by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3550](https://togithub.com/ent/ent/pull/3550) - ent: document ent.Value returned by mutations by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3556](https://togithub.com/ent/ent/pull/3556) - entc/gen: avoid conflict between package and receiver names by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3563](https://togithub.com/ent/ent/pull/3563) - dialect/sql/sqljson: inline boolean values by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3570](https://togithub.com/ent/ent/pull/3570) - schema/fields: validate for slices builder by [@​masseelch](https://togithub.com/masseelch) in [https://github.com/ent/ent/pull/3566](https://togithub.com/ent/ent/pull/3566) - entc/gen: quote index annotations in generated schemas by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3578](https://togithub.com/ent/ent/pull/3578) - entc/gen: allow naming ent/schemas as builder by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3593](https://togithub.com/ent/ent/pull/3593) - entc/integration: add missing license header by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3594](https://togithub.com/ent/ent/pull/3594) - dialect/sql/sqlgraph: expose standard modifier to eager-load N neighbors by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3603](https://togithub.com/ent/ent/pull/3603) - .github: bump go version by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3609](https://togithub.com/ent/ent/pull/3609) - go: update ariga.io/atlas to latest version by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3610](https://togithub.com/ent/ent/pull/3610) - dialect/sql: support capturing predicates in selectors by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3612](https://togithub.com/ent/ent/pull/3612) - dialect/sql: add predicate to check hasprefix between columns/fields by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3614](https://togithub.com/ent/ent/pull/3614) - doc/md: fix edge.Annotations method name typo by [@​Mozuha](https://togithub.com/Mozuha) in [https://github.com/ent/ent/pull/3618](https://togithub.com/ent/ent/pull/3618) - doc: fix new project instructions in tutorial-setup.md by [@​vijal-patel](https://togithub.com/vijal-patel) in [https://github.com/ent/ent/pull/3622](https://togithub.com/ent/ent/pull/3622) - entc/gen: allow catching nested tx attempt with errors.Is by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3636](https://togithub.com/ent/ent/pull/3636) - Remove useless wording by [@​willfaught](https://togithub.com/willfaught) in [https://github.com/ent/ent/pull/3640](https://togithub.com/ent/ent/pull/3640) - mark field as cleared when clearing edges by [@​yasser-sobhy](https://togithub.com/yasser-sobhy) in [https://github.com/ent/ent/pull/3651](https://togithub.com/ent/ent/pull/3651) - dialect/sql/schema: allow only table creation modification in automatic schema planning by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3660](https://togithub.com/ent/ent/pull/3660) - doc/website/blog: vis with atlas by [@​rotemtam](https://togithub.com/rotemtam) in [https://github.com/ent/ent/pull/3688](https://togithub.com/ent/ent/pull/3688) - entc/gen: add support for MapBulkCreate by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3696](https://togithub.com/ent/ent/pull/3696) - Feat: added nil checks to sqlgraph constraint errors by [@​lucvankessel](https://togithub.com/lucvankessel) in [https://github.com/ent/ent/pull/3701](https://togithub.com/ent/ent/pull/3701) - Update 2022-05-09-versioned-migrations-sum-file.md by [@​gedalyah-ariga](https://togithub.com/gedalyah-ariga) in [https://github.com/ent/ent/pull/3685](https://togithub.com/ent/ent/pull/3685) - doc/ci - removed a reference to a hard coded go version by [@​dorav](https://togithub.com/dorav) in [https://github.com/ent/ent/pull/3732](https://togithub.com/ent/ent/pull/3732) - go: update ariga.io/atlas to latest version by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3751](https://togithub.com/ent/ent/pull/3751) - doc/website: visualize ent/schema as erd by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3758](https://togithub.com/ent/ent/pull/3758) - doc/md: fix custom predicate example by [@​masseelch](https://togithub.com/masseelch) in [https://github.com/ent/ent/pull/3764](https://togithub.com/ent/ent/pull/3764) - Fix example in docs/crud/#create-many by [@​adamzapasnik](https://togithub.com/adamzapasnik) in [https://github.com/ent/ent/pull/3770](https://togithub.com/ent/ent/pull/3770) - entc/gen: nillable update setters for non-optional fields by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3788](https://togithub.com/ent/ent/pull/3788) - dialect/entsql: add helper function for creating table annotation by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3816](https://togithub.com/ent/ent/pull/3816) - doc/md: drop v10 support and add v15 for PostgreSQL by [@​oinume](https://togithub.com/oinume) in [https://github.com/ent/ent/pull/3806](https://togithub.com/ent/ent/pull/3806) - dialect/entsql: add schema to package annotation by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3817](https://togithub.com/ent/ent/pull/3817) - dialect/sql/schema: add table schema by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3818](https://togithub.com/ent/ent/pull/3818) - dialect/atlas: initial work for multi-schema migration using atlas by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3821](https://togithub.com/ent/ent/pull/3821) - doc: add multi-schema migrations using atlas by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3825](https://togithub.com/ent/ent/pull/3825) **Full Changelog**: ent/ent@v0.12.0...v0.12.5 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/PingCAP-QE/ee-apps). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-merge-queue bot
referenced
this pull request
in infratographer/x
Apr 2, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [entgo.io/ent](https://togithub.com/ent/ent) | `v0.12.4` -> `v0.13.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/entgo.io%2fent/v0.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/entgo.io%2fent/v0.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/entgo.io%2fent/v0.12.4/v0.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/entgo.io%2fent/v0.12.4/v0.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ent/ent (entgo.io/ent)</summary> ### [`v0.13.1`](https://togithub.com/ent/ent/compare/v0.13.0...v0.13.1) [Compare Source](https://togithub.com/ent/ent/compare/v0.13.0...v0.13.1) ### [`v0.13.0`](https://togithub.com/ent/ent/compare/v0.12.5...v0.13.0) [Compare Source](https://togithub.com/ent/ent/compare/v0.12.5...v0.13.0) ### [`v0.12.5`](https://togithub.com/ent/ent/releases/tag/v0.12.5) [Compare Source](https://togithub.com/ent/ent/compare/v0.12.4...v0.12.5) #### What's Changed - doc: fix typos in paging.md by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3458](https://togithub.com/ent/ent/pull/3458) - entsql: added OnDelete annotation by [@​giautm](https://togithub.com/giautm) in [https://github.com/ent/ent/pull/3459](https://togithub.com/ent/ent/pull/3459) - doc/md: update doc for OnDelete annotation by [@​giautm](https://togithub.com/giautm) in [https://github.com/ent/ent/pull/3460](https://togithub.com/ent/ent/pull/3460) - entc/gen: avoid ambiguous column names when joining the same table by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3461](https://togithub.com/ent/ent/pull/3461) - entc/gen: rename <type>.Order to <type>.OrderOption by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3468](https://togithub.com/ent/ent/pull/3468) - dialect/sql: skip formatting qualified columns by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3469](https://togithub.com/ent/ent/pull/3469) - dialect/sql/sqlgraph: allow query edge fields with alias by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3470](https://togithub.com/ent/ent/pull/3470) - dialect/sql: add method for finding selection occurrences in queries by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3473](https://togithub.com/ent/ent/pull/3473) - doc: add entgql edge ordering by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3482](https://togithub.com/ent/ent/pull/3482) - cmd/ent: hide the --idtype flag from generate command by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3490](https://togithub.com/ent/ent/pull/3490) - dialect/sql/sqlgraph: replace id IN with EXISTS for HasNeighbors predicates by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3492](https://togithub.com/ent/ent/pull/3492) - .github/workflow: added atlas-ci for examples by [@​giautm](https://togithub.com/giautm) in [https://github.com/ent/ent/pull/3496](https://togithub.com/ent/ent/pull/3496) - entc/gen: load referenced foreign-keys on eager-loading by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3497](https://togithub.com/ent/ent/pull/3497) - entc/gen: remove unnecessary type arguments by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3503](https://togithub.com/ent/ent/pull/3503) - doc/md/ci: fix broken link for ent/contrib/ci action's repo by [@​Arthur1](https://togithub.com/Arthur1) in [https://github.com/ent/ent/pull/3504](https://togithub.com/ent/ent/pull/3504) - doc/md: edge ordering is supported by [@​masseelch](https://togithub.com/masseelch) in [https://github.com/ent/ent/pull/3506](https://togithub.com/ent/ent/pull/3506) - entc/gen/template: fix intercept package imports by [@​masseelch](https://togithub.com/masseelch) in [https://github.com/ent/ent/pull/3507](https://togithub.com/ent/ent/pull/3507) - doc: add schema inspection to getting-started page by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3510](https://togithub.com/ent/ent/pull/3510) - entc/load: report 'go mod' errors on schema loading by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3511](https://togithub.com/ent/ent/pull/3511) - .github/workflow: sync action by [@​giautm](https://togithub.com/giautm) in [https://github.com/ent/ent/pull/3513](https://togithub.com/ent/ent/pull/3513) - dialect/sql/schema: allow ariga.io/atlas schema diff to be extended by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3514](https://togithub.com/ent/ent/pull/3514) - dialect/sql/schema: support passing schema diff options by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3516](https://togithub.com/ent/ent/pull/3516) - dialect/sql: add OrderByRand option by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3518](https://togithub.com/ent/ent/pull/3518) - ent/privacy: move some of the generated privacy helpers to ent/privacy by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3527](https://togithub.com/ent/ent/pull/3527) - entc/gen: avoid conflict between order by edge-count and fields end with \_count by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3534](https://togithub.com/ent/ent/pull/3534) - Fix typo in docs by [@​jibbolo](https://togithub.com/jibbolo) in [https://github.com/ent/ent/pull/3539](https://togithub.com/ent/ent/pull/3539) - dialect/sql: expose the underlying builder of UpdateSet by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3541](https://togithub.com/ent/ent/pull/3541) - Fix go install instruction for atlas by [@​toshi0607](https://togithub.com/toshi0607) in [https://github.com/ent/ent/pull/3526](https://togithub.com/ent/ent/pull/3526) - entc/gen: fix conflicts between fields named 'op' and Mutation.Op by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3550](https://togithub.com/ent/ent/pull/3550) - ent: document ent.Value returned by mutations by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3556](https://togithub.com/ent/ent/pull/3556) - entc/gen: avoid conflict between package and receiver names by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3563](https://togithub.com/ent/ent/pull/3563) - dialect/sql/sqljson: inline boolean values by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3570](https://togithub.com/ent/ent/pull/3570) - schema/fields: validate for slices builder by [@​masseelch](https://togithub.com/masseelch) in [https://github.com/ent/ent/pull/3566](https://togithub.com/ent/ent/pull/3566) - entc/gen: quote index annotations in generated schemas by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3578](https://togithub.com/ent/ent/pull/3578) - entc/gen: allow naming ent/schemas as builder by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3593](https://togithub.com/ent/ent/pull/3593) - entc/integration: add missing license header by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3594](https://togithub.com/ent/ent/pull/3594) - dialect/sql/sqlgraph: expose standard modifier to eager-load N neighbors by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3603](https://togithub.com/ent/ent/pull/3603) - .github: bump go version by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3609](https://togithub.com/ent/ent/pull/3609) - go: update ariga.io/atlas to latest version by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3610](https://togithub.com/ent/ent/pull/3610) - dialect/sql: support capturing predicates in selectors by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3612](https://togithub.com/ent/ent/pull/3612) - dialect/sql: add predicate to check hasprefix between columns/fields by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3614](https://togithub.com/ent/ent/pull/3614) - doc/md: fix edge.Annotations method name typo by [@​Mozuha](https://togithub.com/Mozuha) in [https://github.com/ent/ent/pull/3618](https://togithub.com/ent/ent/pull/3618) - doc: fix new project instructions in tutorial-setup.md by [@​vijal-patel](https://togithub.com/vijal-patel) in [https://github.com/ent/ent/pull/3622](https://togithub.com/ent/ent/pull/3622) - entc/gen: allow catching nested tx attempt with errors.Is by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3636](https://togithub.com/ent/ent/pull/3636) - Remove useless wording by [@​willfaught](https://togithub.com/willfaught) in [https://github.com/ent/ent/pull/3640](https://togithub.com/ent/ent/pull/3640) - mark field as cleared when clearing edges by [@​yasser-sobhy](https://togithub.com/yasser-sobhy) in [https://github.com/ent/ent/pull/3651](https://togithub.com/ent/ent/pull/3651) - dialect/sql/schema: allow only table creation modification in automatic schema planning by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3660](https://togithub.com/ent/ent/pull/3660) - doc/website/blog: vis with atlas by [@​rotemtam](https://togithub.com/rotemtam) in [https://github.com/ent/ent/pull/3688](https://togithub.com/ent/ent/pull/3688) - entc/gen: add support for MapBulkCreate by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3696](https://togithub.com/ent/ent/pull/3696) - Feat: added nil checks to sqlgraph constraint errors by [@​lucvankessel](https://togithub.com/lucvankessel) in [https://github.com/ent/ent/pull/3701](https://togithub.com/ent/ent/pull/3701) - Update 2022-05-09-versioned-migrations-sum-file.md by [@​gedalyah-ariga](https://togithub.com/gedalyah-ariga) in [https://github.com/ent/ent/pull/3685](https://togithub.com/ent/ent/pull/3685) - doc/ci - removed a reference to a hard coded go version by [@​dorav](https://togithub.com/dorav) in [https://github.com/ent/ent/pull/3732](https://togithub.com/ent/ent/pull/3732) - go: update ariga.io/atlas to latest version by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3751](https://togithub.com/ent/ent/pull/3751) - doc/website: visualize ent/schema as erd by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3758](https://togithub.com/ent/ent/pull/3758) - doc/md: fix custom predicate example by [@​masseelch](https://togithub.com/masseelch) in [https://github.com/ent/ent/pull/3764](https://togithub.com/ent/ent/pull/3764) - Fix example in docs/crud/#create-many by [@​adamzapasnik](https://togithub.com/adamzapasnik) in [https://github.com/ent/ent/pull/3770](https://togithub.com/ent/ent/pull/3770) - entc/gen: nillable update setters for non-optional fields by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3788](https://togithub.com/ent/ent/pull/3788) - dialect/entsql: add helper function for creating table annotation by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3816](https://togithub.com/ent/ent/pull/3816) - doc/md: drop v10 support and add v15 for PostgreSQL by [@​oinume](https://togithub.com/oinume) in [https://github.com/ent/ent/pull/3806](https://togithub.com/ent/ent/pull/3806) - dialect/entsql: add schema to package annotation by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3817](https://togithub.com/ent/ent/pull/3817) - dialect/sql/schema: add table schema by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3818](https://togithub.com/ent/ent/pull/3818) - dialect/atlas: initial work for multi-schema migration using atlas by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3821](https://togithub.com/ent/ent/pull/3821) - doc: add multi-schema migrations using atlas by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3825](https://togithub.com/ent/ent/pull/3825) **Full Changelog**: ent/ent@v0.12.0...v0.12.5 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/infratographer/x). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closed #3487.