Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUILD_SQLITE3为OFF时不链接SQLite3 #145

Merged
merged 1 commit into from
Apr 8, 2024
Merged

BUILD_SQLITE3为OFF时不链接SQLite3 #145

merged 1 commit into from
Apr 8, 2024

Conversation

SageMik
Copy link
Contributor

@SageMik SageMik commented Apr 5, 2024

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

Copy link

codecov bot commented Apr 7, 2024

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
10 checks passed
@SageMik
Copy link
Contributor Author

SageMik commented Oct 5, 2024

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