mirror of
https://github.com/documize/community.git
synced 2025-07-21 06:09:42 +02:00
Sync with Community
This commit is contained in:
parent
df8f650319
commit
989b7cd62c
123 changed files with 5054 additions and 2015 deletions
2
vendor/github.com/denisenkom/go-mssqldb/mssql_go110.go
generated
vendored
2
vendor/github.com/denisenkom/go-mssqldb/mssql_go110.go
generated
vendored
|
@ -48,5 +48,5 @@ func (c *Connector) Driver() driver.Driver {
|
|||
}
|
||||
|
||||
func (r *Result) LastInsertId() (int64, error) {
|
||||
return -1, errors.New("LastInsertId is not supported. Please use the OUTPUT clause or add `select ID = convert(bigint, SCOPE_IDENTITY())` to the end of your query.")
|
||||
return -1, errors.New("LastInsertId is not supported. Please use the OUTPUT clause or add `select ID = convert(bigint, SCOPE_IDENTITY())` to the end of your query")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue