Skip to content

Commit 50fc79a

Browse files
committed
http query debug
1 parent 746c65a commit 50fc79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conn_http_query.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929

3030
// release is ignored, because http used by std with empty release function
3131
func (h *httpConnect) query(ctx context.Context, release nativeTransportRelease, query string, args ...any) (*rows, error) {
32-
h.debugf("[query] %s", query)
32+
h.debugf("[http query] \"%s\"", query)
3333
options := queryOptions(ctx)
3434
query, err := bindQueryOrAppendParameters(true, &options, query, h.handshake.Timezone, args...)
3535
if err != nil {

0 commit comments

Comments
 (0)