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

I have some doubts regarding generating a keytab file for SQL server kerberos authentication. SQL server's SPN is: > MSSQLSvc/myhost:[email protected] I have created keytab file as: > ktpass -out "C:\Users\myuser\KerberosConf\MSSQL\myappserver.keytab"...

Hi Scott, probably not found the right workaround or command yet, but the Operations team and I were looking on how to switch to shell mode from jsqsh, eg. for...

The latest mainline build exits if you hit CTRL-C while a query is running. That's no good

When started in a fresh environment (no $HOME/.jsqsh or sqshrc): java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:653) at java.util.ArrayList.get(ArrayList.java:429) at org.jline.reader.impl.LineReaderImpl.insertSecondaryPrompts(LineReaderImpl.java:3442) at org.jline.reader.impl.LineReaderImpl.redisplay(LineReaderImpl.java:3233) at org.jline.reader.impl.LineReaderImpl.cleanup(LineReaderImpl.java:2180) at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:570) at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:400) at...

The following should happen: 1> \set x='"' 2> \echo $x " however, what actually happens is: 1> \set x='"' 2> \echo $x Did not find a matching closing double quote

I think now that with the API's provided by JLine3 to determine things like screen width and the newer java process builder API's that most, if not all, JNI that...

Configuration variables should not be settable with incorrect values, like: \set scale=fred

The documentation needs more examples in it

If either the connection or the JDBC driver defines the "password" property, then do not prompt the user for a password when connecting. Research topic: it would be nice to...

When connecting to db2, it would be useful if jsqsh presented itself with an application name of "jsqsh". This can be done with the clientProgramName driver property. Technically it would...