orm: fix postgres sequence value

This commit is contained in:
miraclesu
2016-03-27 15:06:57 +08:00
parent 3ca44071e6
commit 1794c52d65
3 changed files with 55 additions and 12 deletions

View File

@@ -420,4 +420,5 @@ type dbBaser interface {
ShowColumnsQuery(string) string
IndexExists(dbQuerier, string, string) bool
collectFieldValue(*modelInfo, *fieldInfo, reflect.Value, bool, *time.Location) (interface{}, error)
setval(dbQuerier, *modelInfo, []string) error
}