Hi,
there is a quite annoying bug in hdbsql on linux/amd64: when align is on, either as command-line parameter -A or by using \al, and a SELECT statement returns no rows, then hdbsql crashes:
hdbsql HDB=> \al |
Aligned output mode switched ON
hdbsql HDB=> select * from m_disks where host='none'
| DISK_ID | | DEVICE_ID | | HOST | | PATH | | SUBPATH | | FILESYSTEM_TYPE | USAGE_TYPE | | TOTAL_SIZE | | USED_SIZE | | |
| Segmentation fault
This is hard and reproducible with HDBSQL version 1.00.48, the SAP HANA Database interactive terminal, SUSE Linux Enterprise Server 11 (x86_64)
I'd be grateful for any workaround.
-- Micha