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

Got "no such function: mod" when run query "SELECT MOD(9,4)" with version 3.36.0.3 #692

Closed
seebigsea opened this issue Nov 24, 2021 · 2 comments

Comments

@seebigsea
Copy link

org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (no such function: mod)
at org.sqlite.core.DB.newSQLException(DB.java:1030)
at org.sqlite.core.DB.newSQLException(DB.java:1042)
at org.sqlite.core.DB.throwex(DB.java:1007)
at org.sqlite.core.NativeDB.prepare_utf8(Native Method)
at org.sqlite.core.NativeDB.prepare(NativeDB.java:137)
at org.sqlite.core.DB.prepare(DB.java:257)
at org.sqlite.jdbc3.JDBC3Statement.executeQuery(JDBC3Statement.java:66)

@gotson
Copy link
Collaborator

gotson commented Nov 24, 2021

Maybe linked to #633?

@gotson
Copy link
Collaborator

gotson commented Jul 26, 2022

Closing this in favor of #633

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

No branches or pull requests

2 participants