SQLite JDBC 包装器和 matchinfo()

发布于 2024-11-15 02:23:37 字数 567 浏览 0 评论 0原文

我尝试使用 sqlite 的 matchinfo 函数及其第二个参数,但它抛出错误。 Java 包装器 我正在使用 Xerial 包装器。我正在使用此查询来测试 matchinfo。

SELECT matchinfo(search, 'pcx') AS 'test' FROM search WHERE search MATCH 'a search query'

它抛出这个错误,

SQL error or missing database (wrong number of arguments to function matchinfo()

知道为什么会发生这种情况吗? 这个网站说matchinfo有一个可选的第二个参数,我正在使用fts4来做到这一点。

谢谢

I am trying to use the matchinfo function of sqlite with its second parameter, but it is throwing errors. The Java wrapper I am using the Xerial wrapper. I am using this query to test matchinfo.

SELECT matchinfo(search, 'pcx') AS 'test' FROM search WHERE search MATCH 'a search query'

it throws this error,

SQL error or missing database (wrong number of arguments to function matchinfo()

Any idea why this is happening? this website says the matchinfo has an optional second parameter, and I am using fts4 to do this.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

無心 2024-11-22 02:23:37

来自 https://bitbucket.org/xerial/ 的 sqlite-jdbc-3.7.15-SNAPSHOT.jar sqlite-jdbc/下载
解决你的问题。

我在Maven中没有找到任何版本。所以你必须手动下载jar。

编辑:
终于在maven中央了。

问候,

the sqlite-jdbc-3.7.15-SNAPSHOT.jar from https://bitbucket.org/xerial/sqlite-jdbc/downloads
fixes your problem.

I did not find any version in Maven. So you have to download the jar manually.

Edit:
It's finally in maven central.

Greets,

Jan

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文