Tencent / wcdb

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

How to creates triggers with wcdb? #595

Closed ct-countersoft closed 5 years ago

ct-countersoft commented 5 years ago

The language of WCDB

Objective-C

The version of WCDB

v1.0.5

The platform of WCDB

iOS

The installation of WCDB

e.g. Cocoapods, Carthage, Maven, AAR Package or Git clone

What's the issue?

我们想使用wcdb创建触发器,但是搜遍API没找到触发器创建的。

Post the outputs or screenshots for errors.

Explain what you want by example or code in English.

RingoD commented 5 years ago

WCDB v1.0.x does not support the trigger. It will be supported in the next release. Currently, maybe you could rewrite the source code.

ct-countersoft commented 5 years ago

oo

ct-countersoft commented 5 years ago

ok, try it. Thx.

stupidchou commented 3 years ago

Are triggers supported now?