Ariel Mashraki
|
720766432a
|
dialect/sql/sqlgraph: initial work for batch insert (#573)
This is the first part for adding batch insert support for the framework.
The second part if the codegen.
|
2020-07-08 17:48:26 +03:00 |
|
Alex Snast
|
68db86be76
|
avoid multiple rows.Err calls on error path
Signed-off-by: Alex Snast <alexsn@fb.com>
|
2020-05-11 14:26:40 +03:00 |
|
Ciaran Liedeman
|
f59abad425
|
fix: checks for error after rows.Next call (#480)
|
2020-05-09 16:23:47 +03:00 |
|
Ariel Mashraki
|
416c374cb3
|
sqlgraph/convert: use json.RawMessage for JSON types (#393)
If the underlying driver does not support JSON types, driver.DefaultParameterConverter
will convert it to uint8.
|
2020-03-17 18:34:10 +02:00 |
|
Ariel Mashraki
|
d9c8d9545d
|
entc/gen: use NotFoundError when updating non-exist node (#348)
Fixes #341
|
2020-02-16 13:26:13 +02:00 |
|
Ariel Mashraki
|
b93958ebf4
|
dialect/sql/sqlgraph: add query edges function (#274)
|
2020-01-07 19:50:33 +02:00 |
|
Ariel Mashraki
|
c09028f58b
|
dialect/sql/sqlgraph: consistent scan names
|
2019-12-22 20:12:00 +02:00 |
|
Ariel Mashraki
|
a26b9626a6
|
entc/gen: move query-count to sqlgraph
|
2019-12-22 19:42:28 +02:00 |
|
Ariel Mashraki
|
d6d7ef565f
|
dialect/sql/sqlgraph: minor grammar changes
|
2019-12-22 15:36:03 +02:00 |
|
Ariel Mashraki
|
7fde9b7642
|
entc/gen: move sql-update-one to sqlgraph
|
2019-12-22 13:32:51 +02:00 |
|
Ariel Mashraki
|
c6800a3869
|
entc/gen: move node creation to sqlgraph
|
2019-12-17 22:45:04 +02:00 |
|
Ariel Mashraki
|
0cc74b5297
|
all: move sqlgraph to its own package
|
2019-12-17 18:26:09 +02:00 |
|