jsqsh icon indicating copy to clipboard operation
jsqsh copied to clipboard

Console based database query tool, featuring command line editing, piping of output to other programs, and much much more

Results 14 jsqsh issues
Sort by recently updated
recently updated
newest added

without ` ALTER SESSION SET JDBC_QUERY_RESULT_FORMAT='JSON';`, without it, `: JDBC driver internal error: Fail to retrieve row count for first arrow chunk: null.` is given. ``` 1> select * from...

closes - https://github.com/scgray/jsqsh/issues/67 - https://github.com/scgray/jsqsh/issues/66

`bin/jsqsh` does not reliably work to identify dirname of the `jsqsh` https://github.com/scgray/jsqsh/blob/master/jsqsh-dist/dist/unix/jsqsh#L16 the `PROG_DIR` is `.` resulting in the err message ``` arcion@4b5153db9d81:/opt/jsqsh/jsqsh-dist-3.0-SNAPSHOT$ bin/jsqsh log4j:ERROR Could not read configuration file...

`mvn package` results in ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:jar (attach-javadocs) on project jsqsh: MavenReportException: Error while creating archive: Unable to find javadoc command: The environment variable JAVA_HOME is...