Tencent / wcdb

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

Error handling #1086

Closed 0x1306a94 closed 2 months ago

0x1306a94 commented 2 months ago

The language of WCDB

Objective-C WCDB.objc

The version of WCDB

2.1.0

The platform of WCDB

iOS

The installation of WCDB

Cocoapods

What's the issue?

// Simulate unique constraint data insertion here [database insertObject:object intoTable:xx]; WCTError error = [database error]; /

Qiuwen-chen commented 2 months ago

Get

Qiuwen-chen commented 2 months ago

You can use insertOrIgnore or insertOrReplace here.

0x1306a94 commented 2 months ago

You can use insertOrIgnore or insertOrReplace here.

Qiuwen-chen commented 2 months ago

Fixed in v2.1.4