Open wkmeow opened 4 years ago
我给结构体Model 设置了自增属性,var isAutoIncrement: Bool { return true },以及var lastInsertedRowID: Int64 = 0,但是打印出来的内容,一直为Option(0),如果不定义后者的话,打印出来的是一串未定义的数字,比如(-9223372036854775808)
我给结构体Model 设置了自增属性,var isAutoIncrement: Bool { return true },以及var lastInsertedRowID: Int64 = 0,但是打印出来的内容,一直为Option(0),如果不定义后者的话,打印出来的是一串未定义的数字,比如(-9223372036854775808)
我刚开了个新项目,也是这问题
The language of WCDB
Swift
The version of WCDB
The platform of WCDB
The installation of WCDB
Cocoapods
What's the issue?
when I set var isAutoIncrement: Bool { return true } for struct model , and debugPrint the lasetInserRowId is aways Option(0), dose it only support class model?