Ariel Mashraki
0ac3526d30
dialect/sql/schema: test postgres inspection
2021-01-18 12:38:39 +02:00
Ariel Mashraki
cc8da8fbf7
dialect/sql/schema: schema match from predicate
2021-01-18 12:38:39 +02:00
Ariel Mashraki
7e904f0e1c
dialect/sql/schema: add sqlite test for inspector ( #1183 )
2021-01-18 11:21:39 +02:00
Pavel Kerbel
6d94d9e17c
schema/field: add Comment field to Descriptor ( #1173 )
...
* schema/field: add Comment value to Descriptor
* schema/field: add Comment implementation
2021-01-18 09:36:28 +02:00
Ariel Mashraki
8b798d2714
dialect/sql/schema: add tables inspection capabilities ( #1178 )
2021-01-17 16:41:07 +02:00
Ariel Mashraki
a692086309
dialect: support for begintx in debug mode ( #1176 )
2021-01-15 15:13:50 +02:00
dependabot[bot]
1535e03b3e
build(deps): bump github.com/google/uuid from 1.1.4 to 1.1.5 ( #1174 )
...
Bumps [github.com/google/uuid](https://github.com/google/uuid ) from 1.1.4 to 1.1.5.
- [Release notes](https://github.com/google/uuid/releases )
- [Commits](https://github.com/google/uuid/compare/v1.1.4...v1.1.5 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-15 08:24:38 +02:00
Ariel Mashraki
91f7e3363a
dialect/sql/schema: support providing alternate schema for postgres ( #1172 )
2021-01-14 16:55:37 +02:00
Ariel Mashraki
8420a64be3
entc/integ: add time.duration example ( #1171 )
2021-01-14 12:18:55 +02:00
dependabot[bot]
0b4f5985dc
build(deps): bump github.com/stretchr/testify from 1.6.1 to 1.7.0 ( #1169 )
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.6.1...v1.7.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-14 08:15:56 +02:00
Ariel Mashraki
601a4ee50d
dialect/sql/schema: support alternate schema for drivers ( #1167 )
2021-01-13 14:21:03 +02:00
Ariel Mashraki
d4d10d3977
dialect/sql: support sql expression in predicate args ( #1166 )
2021-01-13 14:12:01 +02:00
Ariel Mashraki
76c5e48ef8
entc/gen: move migrate annotation creation to init ( #1165 )
...
* fix issue with pointer values in Annotation
* entc/gen: move migrate annotation creation to init
Co-authored-by: Ruben de Vries <ruben@rubensayshi.com >
2021-01-13 12:00:30 +02:00
dependabot[bot]
63f8ad6fa4
build(deps): bump github.com/mitchellh/mapstructure from 1.4.0 to 1.4.1 ( #1164 )
...
Bumps [github.com/mitchellh/mapstructure](https://github.com/mitchellh/mapstructure ) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/mitchellh/mapstructure/releases )
- [Changelog](https://github.com/mitchellh/mapstructure/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mitchellh/mapstructure/compare/v1.4.0...v1.4.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-13 11:18:57 +02:00
BrentChesny
ab9b2ae967
entc/internal: catch syntax error due to conflict marker ( #1163 )
2021-01-12 18:22:48 +02:00
Marwan Sulaiman
13b61ff455
dialect/sql/sqlgraph: schema options for operations ( #1136 )
...
* Add schema options for sql graph
* PR Fixes
2021-01-12 09:29:01 +02:00
Ariel Mashraki
5fc907451f
dialect/sql: test order by expression
2021-01-11 17:22:20 +02:00
Ariel Mashraki
ad92b2323b
dialect/sql: add option to order by expression
2021-01-11 17:22:20 +02:00
Ariel Mashraki
3f75ffabd8
dialect/sql: add expr querier
2021-01-11 17:22:20 +02:00
Travis Cline
b91601eceb
docs: fix link to Annotation interface ( #1160 )
2021-01-10 23:34:49 +02:00
Ariel Mashraki
4069af9926
schema/field: update nillable godoc
2021-01-10 14:28:12 +02:00
Ariel Mashraki
f2aa1854e4
schema/field: generate numeric builder with new godoc
2021-01-10 14:28:12 +02:00
Ariel Mashraki
e62e5c26be
doc/faq: minor changes for default-func
2021-01-10 14:28:12 +02:00
Morgan
e4cc63c411
schema/field: add DefaultFunc for numeric types and add support for it in entc ( #1153 )
...
* entc/load: allow defaultfuncs on numeric types
* schema/field: add DefaultFunc on numeric types
* docs: document DefaultFunc better
* chore: update generated files
* pr: address issues
* docs: updates on faq, address requested changes
2021-01-10 14:05:45 +02:00
Ariel Mashraki
727e41e357
dialect/sql/sqlscan: skip unexported struct fields
2021-01-09 18:58:31 +02:00
Ariel Mashraki
9dd3933919
dialect/sql/sqlscan: test invalid inputs
2021-01-09 17:27:34 +02:00
Ariel Mashraki
9c9f85d7ff
dialect/sql: add checks for scanning validity
2021-01-09 17:27:34 +02:00
Ariel Mashraki
ab651255ee
doc/migrate: add info and examples for hooks ( #1156 )
2021-01-08 22:45:27 +02:00
Andy Day
8eda87dbc3
doc: update documentation to include naming convention ( #1144 )
...
* Update documentation to include naming convention
This change relates to my question in #1107 around naming convention for fields / edges. As a bonus, I added documentation around the StructTag method for edges, as seemed to be omitted.
* s/camel/Pascal/g
2021-01-07 23:58:38 +02:00
Ariel Mashraki
cfb8f5c4a9
dialect/sql/schema: minor style changes ( #1152 )
2021-01-07 20:37:47 +02:00
Ruben de Vries
a9c39bb952
dialect/sql/schema: add migration hooks ( #1150 )
2021-01-07 20:23:01 +02:00
Ariel Mashraki
a7f899339b
doc/graphql: add example section ( #1149 )
2021-01-07 16:50:53 +02:00
Ariel Mashraki
2aad872da5
dialect/sql/schema: combine binary and varbinary to one clause ( #1140 )
v0.5.4
2021-01-06 15:28:26 +02:00
Noah-Jerome Lotzer
d384b3ecc4
dialect/sql/schema: add mysql binary support for native uuid handling in 8.0+ ( #1085 )
2021-01-06 14:47:41 +02:00
Ariel Mashraki
b67cc9b135
doc/privacy: recommend using the schema/snapshot flag ( #1139 )
2021-01-06 14:31:42 +02:00
Ariel Mashraki
0118fc698f
entc: catch build errors raised by the go importer ( #1138 )
2021-01-06 09:54:18 +02:00
Marwan Sulaiman
5118e82422
dialect/sql: skip schema prefix when dialect is SQLite ( #1135 )
...
* Skip schema prefix when dialect is SQLite
* Update dialect/sql/builder.go
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com >
* abstract schema checks
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com >
2021-01-05 22:10:36 +02:00
Ariel Mashraki
3bdd18aeeb
ent: update golang/x/tools to latest ( #1133 )
2021-01-05 19:49:43 +02:00
Marwan Sulaiman
cc4c3afe92
Add schema options for sql builders ( #1134 )
2021-01-05 19:42:53 +02:00
Ariel Mashraki
a53921b02e
entc/integ: add tests for custom config option
2021-01-05 11:05:08 +02:00
Ariel Mashraki
0f9fa5b633
entc/gen: add option to add dialect specific config
2021-01-05 11:05:08 +02:00
dependabot[bot]
5ea9e61b51
build(deps): bump github.com/google/uuid from 1.1.3 to 1.1.4 ( #1128 )
...
Bumps [github.com/google/uuid](https://github.com/google/uuid ) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/google/uuid/releases )
- [Commits](https://github.com/google/uuid/compare/v1.1.3...v1.1.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-05 08:03:22 +02:00
Ariel Mashraki
ad3efa7477
doc/schema: add default-func example for schema fields ( #1127 )
2021-01-04 22:54:16 +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
7afc24826b
Merge pull request #1125 from facebook/gotypedefault
...
Gotypedefault
2021-01-04 12:01:41 +02:00
Ariel Mashraki
2ab0c682db
entc/integ: add tests for default-func
2021-01-04 11:50:55 +02:00
Ariel Mashraki
d514d12dab
schema/field: check assignment and add tests for defaultfunc
2021-01-04 11:35:55 +02:00
Ariel Mashraki
b713baf66e
Merge branch 'tmc-tmc-relax-signature-with-GoType' into gotypedefault
2021-01-04 09:18:25 +02:00
Travis Cline
e320e3e51b
entc/integration: specify platform in integration test services ( #1124 )
2021-01-04 08:35:54 +02:00
Travis Cline
784fc18380
schema/field: reflect the aliasing of byte in check
2021-01-03 13:43:44 -08:00