Ariel Mashraki
|
1391816b77
|
entc/gen: move most mutation logic to be per type package (#4493)
|
2026-04-25 23:01:25 +03:00 |
|
Giau. Tran Minh
|
153dfa1782
|
entc/gen: change receivers to static one (#4355)
* entc/gen: change receivers to static one
* entc/integration: codegen
* examples: codegen
* chore: fixed spacing
|
2025-03-19 15:10:47 +07:00 |
|
Ariel Mashraki
|
a675412c96
|
entc/gen: remoev unnecessary type arguments (#3503)
|
2023-04-25 13:46:29 +03:00 |
|
Ariel Mashraki
|
92cc7438f7
|
dialect/sql/sqlgraph: add deletion spec builder (#3291)
|
2023-02-01 11:55:00 +02:00 |
|
Ariel Mashraki
|
d66350ae40
|
entc/gen: add support for DeleteOne with predicates (#3271)
Also, fixed a bug in DeleteOne.Exec where it was skipping NotFoundError
|
2023-01-24 15:10:20 +02:00 |
|
Ariel Mashraki
|
34bd0b7b6f
|
entc/gen: move mutation hooks logic to a shared generic function (#3180)
|
2022-12-19 17:36:29 +02:00 |
|
Ariel Mashraki
|
f226627d67
|
ent: export query interceptors (#3157)
|
2022-12-19 10:17:10 +02:00 |
|
Ariel Mashraki
|
abefaa7f24
|
entc/gen: catch constraint failures in delete operations (#2664)
|
2022-06-19 14:34:32 +03:00 |
|
Ariel Mashraki
|
fd955654a0
|
entc/gen: change codegen signature from entc to ent (#2627)
|
2022-06-07 17:48:17 +03:00 |
|
Ariel Mashraki
|
b8129817ca
|
entc/gen: return an error instead of panic when import forgotten
|
2021-07-19 11:25:52 +03:00 |
|
Ariel Mashraki
|
88b168ad09
|
entc/gen: exposing filter/where api on mutations
|
2021-07-18 18:19:41 +03:00 |
|
Ariel Mashraki
|
dd4792f5b3
|
go: rename module from github.com/facebook/ent => entgo.io/ent (#1226)
|
2021-02-02 23:03:04 +02:00 |
|
Nathaniel Peiffer
|
b8b82f80a4
|
entc/gen: fix grammar and language usage in function comments (#1126)
* fix grammar and english usage in templates
* bindata gen
* codegen
* go generate ./again...
|
2021-01-04 14:34:40 +02:00 |
|
Ciaran Liedeman
|
bbd41dbc87
|
dialect/sql/schema: integer to string (#954)
* Allow migrations from integer to string with max length
* switched to entsql.Annotation
* removed manual conversion size checks
* fixed unit tests
|
2020-11-24 18:09:40 +02:00 |
|