We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7faabeb commit 675c70dCopy full SHA for 675c70d
internal/db/db.go
@@ -42,6 +42,7 @@ type StatementResult struct {
42
ColumnNames []string
43
RowCh chan rowResult
44
Err error
45
+ Query string
46
}
47
48
func newStatementResult(columnNames []string, rowCh chan rowResult) *StatementResult {
0 commit comments