Can't use SQLite adapter for queries
LadyCailinBot opened this issue · 2 comments
CMDHELPER-3023 - Reported by Vinicius.Tavares
Can't use SQLite as an adapter for queries.
query() Throws a stack error without much explanation.
Tried with profiles and coding the filepath directly as an argument for the query method but the same behavior happens. Just an empty .db (taken from the file tag) is created.
The stack trace and the attempted script are attached on this issue.
Version of CommandHelper: 3.3.1-SNAPSHOT
Version of Java: 7
Detailed Java Version (java -version):
java version "1.7.0_65"
OpenJDK Runtime Environment (IcedTea 2.5.3) (7u71-2.5.3-2~deb7u1)
OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)
OS: Debian Turnkey
Comment by LadyCailin
I added a workaround for now. There is still an issue here, but I don't have time to look into it yet. However, you should at least be able to use sqlite at this point.