Changelog Report

Timeframe: 76 days, Total Commits: 11 Total Number of Files Changed: 11

DateAuthorFile/Message
2004-10-19 19:46:06Steven Caswell

src/java/main/com/mungoknotwise/sqlcli/SqlCli.java v 1.5

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:23Steven 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:07Steven Caswell

project.xml v 1.4

corrected scm repository url
2004-09-07 22:27:50Steven Caswell

src/java/main/com/mungoknotwise/sqlcli/SqlCli.java v 1.4

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:21Steven 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:45Steven 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:07Steven 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:32Steven 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:45Steven Caswell

project-sample.properties v 1.4

changed xdocs to display the maven feather logo image
2004-08-06 20:48:02Steven Caswell

xdocs/style/project.css v 1.2

corrected netbeans image style show draw a solid black 1px border
2004-08-06 20:46:29Steven Caswell

src/java/main/com/mungoknotwise/sqlcli/SqlCli.java v 1.3

added printing program version and help instruction at startup added help directive to display a list of directives and extended sql commands