зеркало из https://github.com/github/vitess-gh.git
vitessdriver: Document NumInput() implementation.
This commit is contained in:
Родитель
aa3782b9a9
Коммит
e80012837b
|
@ -202,6 +202,7 @@ func (s *stmt) Close() error {
|
|||
}
|
||||
|
||||
func (s *stmt) NumInput() int {
|
||||
// -1 = Golang sql won't sanity check argument counts before Exec or Query.
|
||||
return -1
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче