wcdb icon indicating copy to clipboard operation
wcdb copied to clipboard

swift 模糊查询 查不到数据

Open Xiaxiangjing opened this issue 2 years ago • 1 comments

The language of WCDB

e.g. Objective-C, Swift or Java 加上这个like条件后:SYTagSQLTable.Properties.name.like(text) 却无法查询到数据,是哪里出了问题?

The version of WCDB

e.g. v1.0.5

The platform of WCDB

e.g. iOS, macOS or Android

The installation of WCDB

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

What's the issue?

Post the outputs or screenshots for errors.

Explain what you want by example or code in English.

Xiaxiangjing avatar Jul 14 '22 10:07 Xiaxiangjing

不要写 like(keywords), 要模仿sqlite语句写成: like("%keywords%")就可以了

AllenYL avatar Jul 20 '22 07:07 AllenYL