-
Notifications
You must be signed in to change notification settings - Fork 0
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
Prvbl v0.14.1 #1
base: master
Are you sure you want to change the base?
Conversation
* feat: Add column comment in SQL DDL, using EntSQL annotations to achieve it. * Update annotation.go * fix lint * Add table primary key column comment * entsql.Comment(string) is unnecessary * entc/gen: minor changes to entsql.WithComments + add tests Co-authored-by: chenghonour <[email protected]>
Co-authored-by: Shani Cohen <[email protected]>
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](json5/json5@v2.2.1...v2.2.3) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This will be fixed also in Atlas, but having this extra safety here feels safer
* entc/gen: make interceptor works for eager loading m2m edges * entc/gen: make interceptor works for eager loading m2m edges * entc/gen: fix indent * entc/gen: go generate example
Also, fixed a bug in DeleteOne.Exec where it was skipping NotFoundError
After ent#584 goimports does not need to resolve packages, and running concurrent fmt is faster than serialized one
) Signed-off-by: cpanato <[email protected]>
…nt#4151) Co-authored-by: Omer Tsach <[email protected]>
* go: update go to latest * chore: fix lint
Atlas Lint ReportAnalyzed examples/migration/ent/migrate/migrations
Migrations automatically reviewed by Atlas |
576d025
to
d20569d
Compare
No description provided.