Type | Changes | By |
---|
| Printing of progam version and help instructions at program start. |
mungoknotwise
|
| Changed output of the describe command to print a meaningful message when the table does not exist. |
mungoknotwise
|
| Corrected log file creation to write all message to the log file. |
mungoknotwise
|
| Change program exit logic to close the log file if it was open. |
mungoknotwise
|
| Updated the \cd command to understand relative directory paths. |
mungoknotwise
|
| Added column width (i.e., VARCHAR(20)) to the describe output. |
mungoknotwise
|
| Rewrote PrintStreamedDescribeResultSetExtractor to load the table description results into a RowSetDynaClass, so that the output can be built with the proper column sizes. This was necessitated by the addition of the table's column width to the display. |
mungoknotwise
|
| Added trapping and printing of exceptions, and waiting for the user to hit a keystroke, so that exceptions messages don't disappear quickly when the program is run from a batch script. |
mungoknotwise
|