Ariel Mashraki
|
0b10a44f71
|
entc/gen: allow scanning zero or more fields on Select
|
2021-07-12 22:44:50 +03:00 |
|
Ariel Mashraki
|
f5c284787f
|
dialect/sql: allow appending select columns to query
|
2021-06-01 11:50:16 +03:00 |
|
Ariel Mashraki
|
497fca4c96
|
entc/gen: skip selecting group-by fields if they already selected
|
2021-04-19 17:20:44 +03:00 |
|
Ariel Mashraki
|
a51c50f6a3
|
entc/gen: allow group-by by relations
|
2021-04-19 14:28:40 +03:00 |
|
Ariel Mashraki
|
f12ef91829
|
entc/gen: privatize table columns check
|
2021-03-29 14:35:38 +03:00 |
|
Ariel Mashraki
|
cf8464cb28
|
entc/gen/template: allow disable DISTINCT in queries (#1371)
|
2021-03-22 16:36:05 +02:00 |
|
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 |
|