Skip to content

BUILD_SQLITE3为OFF时不链接SQLite3#145

Merged
wangfenjin merged 1 commit into
wangfenjin:masterfrom
SageMik:master
Apr 8, 2024
Merged

BUILD_SQLITE3为OFF时不链接SQLite3#145
wangfenjin merged 1 commit into
wangfenjin:masterfrom
SageMik:master

Conversation

@SageMik

@SageMik SageMik commented Apr 5, 2024

Copy link
Copy Markdown
Contributor

感谢大佬的分词器库。
目前我正在通过Flutter应用Simple拓展实现全文搜索,
因为Flutter这边有相关的Sqlite库,不需要自行编译和链接Sqlite库,
所以加了一个判断,避免设置BUILD_SQLITE3=OFF时编译报错。
已经在Android和iOS上通过测试了,后续或许可以提供一个Flutter移动端的例子。

@codecov

codecov Bot commented Apr 7, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.63%. Comparing base (ffc78ec) to head (480427b).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #145   +/-   ##
=======================================
  Coverage   95.63%   95.63%           
=======================================
  Files           3        3           
  Lines         229      229           
=======================================
  Hits          219      219           
  Misses         10       10           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wangfenjin
wangfenjin merged commit 473fc89 into wangfenjin:master Apr 8, 2024
@SageMik

SageMik commented Oct 5, 2024

Copy link
Copy Markdown
Contributor Author

Flutter 示例:sqlite3_simple

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants