jisql icon indicating copy to clipboard operation
jisql copied to clipboard

A simple utility to provide a command line interactive session with any SQL server with a JDBC driver

Results 2 jisql issues
Sort by recently updated
recently updated
newest added

Hi, we've been struggling to find out why all special characters in the CSV output got replaced by a question mark, and it seems this line is responsible: ``CsvWriter csvWriter...

it seems that in the latest version of JDBC driver from Microsoft (12.2.0.jre11) the name of the driver is `com.microsoft.sqlserver.jdbc.SQLServerDriver`, instead of `com.microsoft.jdbc.sqlserver.SQLServerDriver`. In order to keep with the old...