integration: test json predicates in ci (#724)

This commit is contained in:
Ariel Mashraki
2020-09-03 11:15:31 +03:00
committed by GitHub
parent 6f960ec392
commit 4cdfc7b57e
4 changed files with 48 additions and 21 deletions

View File

@@ -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 {