dbtableprinter icon indicating copy to clipboard operation
dbtableprinter copied to clipboard

Database Table Printer - a Java utility class to print a pretty table to standard out.

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

Spring Boot sometimes returns a RecordSet that starts from the first entry, not "before" the first entry. This fix takes into account this already-advanced RecordSet by moving the while( rs.next()...

@htorun Every thing works fantastic besides one thing. When there is a column of number datatype in SQL table, it creates some parsing problem. Please refer this image: ![before updation](https://user-images.githubusercontent.com/20190528/45400738-f8195b00-b66a-11e8-907b-0cc4b71e965a.jpg)...