mirror of https://github.com/golang/go.git
parent
92c732e901
commit
2fead200db
|
|
@ -906,7 +906,7 @@ func (s *fakeStmt) QueryContext(ctx context.Context, args []driver.NamedValue) (
|
||||||
parentMem: s.c,
|
parentMem: s.c,
|
||||||
posRow: -1,
|
posRow: -1,
|
||||||
rows: [][]*row{
|
rows: [][]*row{
|
||||||
[]*row{
|
{
|
||||||
{
|
{
|
||||||
cols: []interface{}{
|
cols: []interface{}{
|
||||||
txStatus,
|
txStatus,
|
||||||
|
|
@ -915,12 +915,12 @@ func (s *fakeStmt) QueryContext(ctx context.Context, args []driver.NamedValue) (
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
cols: [][]string{
|
cols: [][]string{
|
||||||
[]string{
|
{
|
||||||
"tx_status",
|
"tx_status",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
colType: [][]string{
|
colType: [][]string{
|
||||||
[]string{
|
{
|
||||||
"string",
|
"string",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue