Matthew Gabeler-Lee
|
c53b45ddb0
|
all: use %w instead of %v to wrap errors (#1275)
* all: use %w instead of %v for nested errors with fmt.Errorf
* all: update generated code to use %w instead of %v for error wrapping
|
2021-03-03 20:05:33 +02:00 |
|
Ariel Mashraki
|
dd4792f5b3
|
go: rename module from github.com/facebook/ent => entgo.io/ent (#1226)
|
2021-02-02 23:03:04 +02:00 |
|
Marwan Sulaiman
|
8063d4ac93
|
entc/gen: add context.Context to to query builder (#1195)
* Add ctx to dialectQuery
* go generate
|
2021-01-20 11:46:08 +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 |
|
Ariel Mashraki
|
a761561c9c
|
entc/gen: support field selections with eager-loading (#1100)
|
2020-12-29 09:19:53 +02:00 |
|
Ariel Mashraki
|
37f9c30a12
|
entc/gen: apply field selection on builer types (#1094)
|
2020-12-28 14:38:20 +02:00 |
|
Ariel Mashraki
|
c4a43bc2be
|
entc/gen: move fields selection to top builder (#1093)
|
2020-12-28 12:28:07 +02:00 |
|
Ariel Mashraki
|
da34571560
|
entc/gen: allow selecting specific fields (#1075)
|
2020-12-23 17:35:39 +02:00 |
|
Ariel Mashraki
|
a6e7857d51
|
entc/gen: remove unnecessary fields from query builders
|
2020-12-09 18:29:49 +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 |
|