mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
integration: test json predicates in ci (#724)
This commit is contained in:
@@ -111,7 +111,7 @@ func (c *conn) Exec(ctx context.Context, query string, args, v interface{}) erro
|
||||
return nil
|
||||
}
|
||||
|
||||
// Exec implements the dialect.Query method.
|
||||
// Query implements the dialect.Query method.
|
||||
func (c *conn) Query(ctx context.Context, query string, args, v interface{}) error {
|
||||
vr, ok := v.(*Rows)
|
||||
if !ok {
|
||||
|
||||
Reference in New Issue
Block a user