<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Minor jisql suggestion"]]></title>
		<link>http://forums.hotjoe.com/posts/list/28.page</link>
		<description><![CDATA[Latest messages posted in the topic "Minor jisql suggestion"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Minor jisql suggestion</title>
				<description><![CDATA[ I've been using jisql for a bit now, and I have a minor suggestion: Change your check for "exit" and "quit" to ignore case.  It makes life slightly easier when typing all caps SQL commands.]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/313/1357.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/313/1357.page</link>
				<pubDate><![CDATA[Thu, 7 Sep 2006 15:53:53]]> GMT</pubDate>
				<author><![CDATA[ mrider]]></author>
			</item>
			<item>
				<title>Re:Minor jisql suggestion</title>
				<description><![CDATA[ Actually, I took the liberty of making that exact change, plus I added a two more minor tweaks:<br /> <br /> 1) I added the ability to specify the spacer for columns - which used to be the single char ' '.  I did this because of brain-dead Windows' command line copy/paste.  It seems that when a line of text ends in space, copy does not copy that space.  Which makes it difficult to copy/paste into another program.  This can probably be ignored most of the time.<br /> <br /> 2) I added a loop which outputs Java's column types when the -debug flag is specified.]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/313/1358.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/313/1358.page</link>
				<pubDate><![CDATA[Thu, 7 Sep 2006 16:34:10]]> GMT</pubDate>
				<author><![CDATA[ mrider]]></author>
			</item>
			<item>
				<title>Re:Minor jisql suggestion</title>
				<description><![CDATA[ Thanks! I've integrated that into current code.  If you want to make more changes let me know and I'll set you up for the SVN repository.<br /> <br /> If you could do me a favor - take a look at the code now and make sure I didn't mess anything up.  I ran it through the Eclipse code formatter but it seems to still work fine.<br /> <br /> Again, thanks for the help!]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/313/1359.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/313/1359.page</link>
				<pubDate><![CDATA[Fri, 8 Sep 2006 09:17:58]]> GMT</pubDate>
				<author><![CDATA[ stdunbar]]></author>
			</item>
			<item>
				<title>Re:Minor jisql suggestion</title>
				<description><![CDATA[ Sure - I'll take a look, although I doubt if you introduced any problems.  <br /> <br /> One thought I had was that it would be handy to be able to inject output formatters as a command argument.  For example one of the tables I query has a date column.  jisql always truncates the date from that table - and I've confirmed this to be a bug in Oracle's JDBC driver.  It reports the length incorrectly - giving the size it would be if the numbers are totally unformatted, as opposed to having dashes ( 20060908 versus 2006-09-08 ).  It would be nice to be able to specify a properties file that points to a series of objects that can be used for formatting.  E.g.<br /> <br /> java.sql.Types.DATE=my.formatters.DateFormatter<br /> <br /> Fun stuff!!]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/313/1360.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/313/1360.page</link>
				<pubDate><![CDATA[Fri, 8 Sep 2006 09:28:42]]> GMT</pubDate>
				<author><![CDATA[ mrider]]></author>
			</item>
	</channel>
</rss>
