You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to sqlline with the h2 db. (We got it working fine using the old sqlline-1_0_2.jar.)
My setup a folder with:
Driver: h2-1.4.191.jar
sqlline: sqlline-1.1.9-jar-with-dependencies.jar
I startup sqlline like so: java -Djava.ext.dirs=. -jar sqlline-1.1.9-jar-with-dependencies.jar sqline.Sqlline
Give it the connection string and it connects fine but has problems when running commands:
I can do '!dbinfo'
But commands like '!tables', or 'show schemas;'. Hangs the cli, I have to manually kill it.
I've attached a jstack -F output. But it doesn't tell me much. Perhaps someone else has an idea?
Hi,
I've been trying to sqlline with the h2 db. (We got it working fine using the old sqlline-1_0_2.jar.)
My setup a folder with:
Driver: h2-1.4.191.jar
sqlline: sqlline-1.1.9-jar-with-dependencies.jar
I startup sqlline like so: java -Djava.ext.dirs=. -jar sqlline-1.1.9-jar-with-dependencies.jar sqline.Sqlline
Give it the connection string and it connects fine but has problems when running commands:
I can do '!dbinfo'
But commands like '!tables', or 'show schemas;'. Hangs the cli, I have to manually kill it.
I've attached a jstack -F output. But it doesn't tell me much. Perhaps someone else has an idea?
jstack.out.zip
Many thanks,
Patrick
The text was updated successfully, but these errors were encountered: