Browse Source

debug

master v0.1.5
guzeng 2 years ago
parent
commit
97950bb1f3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tencentdb/chain.go

+ 1
- 1
tencentdb/chain.go View File

@ -432,7 +432,7 @@ func (this *Query) Find() (map[string]string, error) {
}
var connection_id int
err = conn.Query("select CONNECTION_ID()").Scan(&connection_id)
err = conn.QueryRow("select CONNECTION_ID()").Scan(&connection_id)
if err != nil {
log.Println("query connection id failed:", err)
} else {


Loading…
Cancel
Save