Ariel Mashraki
|
2c63d1d70e
|
all: gofmt -w -r 'interface{} -> any' (#2874)
|
2022-08-19 18:23:04 +03:00 |
|
Ariel Mashraki
|
412947d274
|
dialect/sql: avoid passing bool arguments on bool predicates (#2405)
|
2022-03-15 22:52:49 +02:00 |
|
Ariel Mashraki
|
77701d4db6
|
dialect/sql/sqljson: use the builtin string predciates in sqljson and improve tests
|
2021-11-16 10:07:34 +02:00 |
|
Ariel Mashraki
|
0dd7b0d7c3
|
dialect/sql/sqljson: fix sqlite haskey and add docs
|
2021-11-11 18:58:28 +02:00 |
|
Ariel Mashraki
|
3ba2b4e173
|
entc/integration/json: add tests for null literals
|
2021-11-10 17:24:51 +02:00 |
|
Ariel Mashraki
|
0c5398a11d
|
dialect/sql/sqljson: support comparing values with null literal
|
2021-11-10 17:24:51 +02:00 |
|
Gerardo Reyes
|
f9e2609e95
|
dialect/sql: add pattern matching predicates for json values
|
2021-08-02 17:33:13 +02:00 |
|
WzyJerry
|
bbe54ede4e
|
dialect/sql/sqljson: query in array of objects with Postgres backend #1594 (#1621)
|
2021-06-03 08:56:58 +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
|
9ea996593b
|
dialect/sql/sqljson: initial work for json_contains predicate (#886)
|
2020-10-26 14:11:22 +02:00 |
|
Ariel Mashraki
|
2c0d7e5a42
|
dialect/sql/sqljson: add all predicates for length (#764)
|
2020-09-15 12:38:36 +03:00 |
|
Ariel Mashraki
|
3578d73a8f
|
dialect/sql/sqljson: add length predicate (#763)
|
2020-09-15 11:53:54 +03:00 |
|
Ariel Mashraki
|
3cb7824561
|
json predicates (#760)
* dialect/sql/sqljson: cast postgres non-string values
* entc/integration: test json predicates
|
2020-09-14 12:37:57 +03:00 |
|
Ariel Mashraki
|
cbff065b51
|
dialect/sql/sqljson: add {lt,lte} to predicates (#757)
|
2020-09-13 16:12:37 +03:00 |
|
Ariel Mashraki
|
690e9cd402
|
dialect/sql/sqljson: add {neq,gt,gte} to predicates (#756)
|
2020-09-13 15:25:02 +03:00 |
|
Ariel Mashraki
|
ce48ab99b8
|
dialect/sql/sqljson: move json predicates to a package (#735)
|
2020-09-07 21:22:12 +03:00 |
|