Tencent / wcdb

WCDB is a cross-platform database framework developed by WeChat.
Other
10.78k stars 1.41k forks source link

虚拟表中的数据如何更新 #1016

Closed szweee closed 11 months ago

szweee commented 11 months ago

The language of WCDB

Swift

The version of WCDB

v2.0.4

The platform of WCDB

iOS

The installation of WCDB

Cocoapods

What's the issue?

虚拟表中的数据如何更新呢?insertOrReplace和update接口都尝试了,都无法更新虚拟表中的数据,但是insert和delete都没问题

Qiuwen-chen commented 11 months ago

Please give an example.

szweee commented 11 months ago

Please give an example.

Condition写错了,现在可以了。谢谢