mirror of
https://github.com/documize/community.git
synced 2025-07-25 16:19:46 +02:00
Sync with Community
This commit is contained in:
parent
df8f650319
commit
989b7cd62c
123 changed files with 5054 additions and 2015 deletions
4
vendor/github.com/denisenkom/go-mssqldb/mssql_go19pre.go
generated
vendored
4
vendor/github.com/denisenkom/go-mssqldb/mssql_go19pre.go
generated
vendored
|
@ -14,3 +14,7 @@ func (s *Stmt) makeParamExtra(val driver.Value) (param, error) {
|
|||
func scanIntoOut(name string, fromServer, scanInto interface{}) error {
|
||||
return fmt.Errorf("mssql: unsupported OUTPUT type, use a newer Go version")
|
||||
}
|
||||
|
||||
func isOutputValue(val driver.Value) bool {
|
||||
return false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue