doc ifAddColUpdate
This commit is contained in:
parent
a432b11c03
commit
402bac0742
|
@ -18,6 +18,7 @@ import (
|
||||||
"xorm.io/xorm/schemas"
|
"xorm.io/xorm/schemas"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// ifAddColUpdate add includePrimaryKey
|
||||||
func (statement *Statement) ifAddColUpdate(col *schemas.Column, includeVersion, includeUpdated, includeNil,
|
func (statement *Statement) ifAddColUpdate(col *schemas.Column, includeVersion, includeUpdated, includeNil,
|
||||||
includeAutoIncr, includePrimaryKey, update bool) (bool, error) {
|
includeAutoIncr, includePrimaryKey, update bool) (bool, error) {
|
||||||
columnMap := statement.ColumnMap
|
columnMap := statement.ColumnMap
|
||||||
|
|
Loading…
Reference in New Issue