htorun/dbtableprinter

Error in format string for printing rows in printResultSet() method

Closed this issue · 0 comments

In printResultSet(), the format string should be "| %%%s%ds " instead of "%%%s%ds", i.e. "|" and one space at the beginning and one space at the end are missing.