Timeframe: 76 days, Total Commits: 11 Total Number of Files Changed: 11
Date | Author | File/Message |
---|---|---|
2004-10-19 19:46:06 | Steven Caswell | added try/catch around invocation of the run method in main, to trap and print any exceptions, and wait for a keystroke from the user - this helps in a command window that otherwise goes away immediately upon an exception |
2004-10-19 19:43:23 | Steven Caswell |
src/java/main/com/mungoknotwise/sqlcli/PrintStreamedDescribeResultSetExtractor.java v 1.3 refactored to load result set rows into dynabeans, rather than scrolling directly through the result set - this allows the column sizes to be calculated, and should not be a resource problem since table descriptions are typically a small data set |
2004-09-08 00:07:07 | Steven Caswell | corrected scm repository url |
2004-09-07 22:27:50 | Steven Caswell | change writing various messages to use all available output print streams; added closing log file on exit; added debug logging; added interpretation of relative directory path with the cd command |
2004-09-07 22:24:21 | Steven Caswell |
src/java/main/com/mungoknotwise/sqlcli/PrintStreamedShowTablesResultSetExtractor.java v 1.2 modified extract method logic to write meaningful message if there are no tables in the database; added implementation of the setAttribute operation |
2004-09-07 22:14:45 | Steven Caswell |
src/java/main/com/mungoknotwise/sqlcli/PrintStreamedDescribeResultSetExtractor.java v 1.2 added implementation of attribute property setter; changed logic in the extract method to print a meaningful message when the table doesn't exit |
2004-09-07 22:13:07 | Steven Caswell |
src/java/main/com/mungoknotwise/sqlcli/DescribeCommand.java v 1.3 added setting the table name attribute on the result set extractor |
2004-09-07 22:10:32 | Steven Caswell |
src/java/main/com/mungoknotwise/sqlcli/ResultSetExtractor.java v 1.2 added attribute property to allow commands to set specific properties for the result set extractor |
2004-08-06 20:51:45 | Steven Caswell | changed xdocs to display the maven feather logo image |
2004-08-06 20:48:02 | Steven Caswell | corrected netbeans image style show draw a solid black 1px border |
2004-08-06 20:46:29 | Steven Caswell | added printing program version and help instruction at startup added help directive to display a list of directives and extended sql commands |