Alexander Melentyev
|
147b1f59ae
|
all: small typo fixes (#2095)
|
2021-11-01 17:47:06 +02:00 |
|
Ciaran Liedeman
|
b20d521593
|
dialect/sql/schema: added foreign keys to postgres inspect (#1493)
* Added foreign keys to postgres inspect
* Update dialect/sql/schema/inspect.go
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
* Update dialect/sql/schema/inspect.go
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
* added unit test
* fixed interface
* moved import back
* fixing tests
* Update dialect/sql/schema/inspect.go
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
* Update dialect/sql/schema/postgres.go
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
* Update dialect/sql/schema/postgres.go
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
* pr feedback
* added m2m test case
* converted to unit tests
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
|
2021-04-26 15:32:12 +03:00 |
|
bshihr
|
d7b683c0d3
|
dialect/sql/schema: correct wrong error message ("mysql" hard coded in Inspector method) (#1442)
|
2021-04-09 07:40:31 +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 |
|
Ariel Mashraki
|
8b798d2714
|
dialect/sql/schema: add tables inspection capabilities (#1178)
|
2021-01-17 16:41:07 +02:00 |
|