Bug#705645: Sqlline fails with MS SQL Server JDBC data sources

2013-04-17 Thread Mark Kidwell
Package: sqlline Version: 1.0.2-4 Hello, Running the sqlline binary against a MS SQL Server JDBC data source results in the following error: $ sqlline sqlline version 1.0.2 by Marc Prud'hommeaux sqlline> !connect jdbc:sqlserver://X.X.X.X:1433;databaseName=MyDatabase Connecting to jdbc:sqlserve

Bug#538187: gzip doesn't call close() when writing to stdout

2009-07-23 Thread Mark Kidwell
Package: gzip Version: 1.3.12-6 Severity: important Tags: patch When gzip is compressing / decompressing regular files, it checks the return status of close on the outfile. But when compressing / decompressing to stdout, it doesn't call close before exiting. This can lead to undetectable write err