If I use some sqlite functions like the below in B4J :
SELECT ID, xxxxxFile, xxxxxID FROM Xxxxxxxx WHERE (Type = 1 or Type = 3) AND unixepoch(substr(xxxxxID,1,10)) >= 1664056800 AND
unixepoch(substr(XxxxxID,1,10)) <= 1727215200 and XxxxxFile Is Not NULL And UserID = 2
I get the following error message: java.sql.SQLException:
[SQLITE_ERROR] SQL error or missing database (no such function: unixepoch)
I have a SQLITE browser that has all the features so I can test the sql statements. No error-
How to complete features or which version makes them available for B4J?
SELECT ID, xxxxxFile, xxxxxID FROM Xxxxxxxx WHERE (Type = 1 or Type = 3) AND unixepoch(substr(xxxxxID,1,10)) >= 1664056800 AND
unixepoch(substr(XxxxxID,1,10)) <= 1727215200 and XxxxxFile Is Not NULL And UserID = 2
I get the following error message: java.sql.SQLException:
[SQLITE_ERROR] SQL error or missing database (no such function: unixepoch)
I have a SQLITE browser that has all the features so I can test the sql statements. No error-
How to complete features or which version makes them available for B4J?