<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Query Tool for Amazon SimpleDB</title>
	<atom:link href="http://coderslike.us/2009/04/15/query-tool-for-amazon-simpledb/feed/" rel="self" type="application/rss+xml" />
	<link>http://coderslike.us/2009/04/15/query-tool-for-amazon-simpledb/</link>
	<description>Things I've learned and stuff I'm thinking about.</description>
	<lastBuildDate>Sat, 04 Feb 2012 20:12:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: dkavanagh</title>
		<link>http://coderslike.us/2009/04/15/query-tool-for-amazon-simpledb/#comment-1096</link>
		<dc:creator><![CDATA[dkavanagh]]></dc:creator>
		<pubDate>Thu, 19 Jan 2012 02:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://coderslike.us/?p=159#comment-1096</guid>
		<description><![CDATA[The source is in svn. Look at code.google.com/p/typica and grab the source. It&#039;s in the test directory. There&#039;s an ant target in the build.xml which builds the jar file for the tool.]]></description>
		<content:encoded><![CDATA[<p>The source is in svn. Look at code.google.com/p/typica and grab the source. It&#8217;s in the test directory. There&#8217;s an ant target in the build.xml which builds the jar file for the tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jsd</title>
		<link>http://coderslike.us/2009/04/15/query-tool-for-amazon-simpledb/#comment-1083</link>
		<dc:creator><![CDATA[jsd]]></dc:creator>
		<pubDate>Thu, 05 Jan 2012 22:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://coderslike.us/?p=159#comment-1083</guid>
		<description><![CDATA[Where would I get the source code for querytool and what would i have to change to make it use us-west-1 instead of us-east?  How do I recompile it?]]></description>
		<content:encoded><![CDATA[<p>Where would I get the source code for querytool and what would i have to change to make it use us-west-1 instead of us-east?  How do I recompile it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PC</title>
		<link>http://coderslike.us/2009/04/15/query-tool-for-amazon-simpledb/#comment-517</link>
		<dc:creator><![CDATA[PC]]></dc:creator>
		<pubDate>Fri, 15 Jan 2010 08:43:34 +0000</pubDate>
		<guid isPermaLink="false">http://coderslike.us/?p=159#comment-517</guid>
		<description><![CDATA[Funny how after you post, you find the solution to your problem.

So it was user error partially.

Backticks are required around the domain name. 

The reason why my queries weren&#039;t executing was because I had them ending in a semi-colon (habit from years of demarcating sql this way). The ending semi-colon caused it not to run correctly.]]></description>
		<content:encoded><![CDATA[<p>Funny how after you post, you find the solution to your problem.</p>
<p>So it was user error partially.</p>
<p>Backticks are required around the domain name. </p>
<p>The reason why my queries weren&#8217;t executing was because I had them ending in a semi-colon (habit from years of demarcating sql this way). The ending semi-colon caused it not to run correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PC</title>
		<link>http://coderslike.us/2009/04/15/query-tool-for-amazon-simpledb/#comment-516</link>
		<dc:creator><![CDATA[PC]]></dc:creator>
		<pubDate>Fri, 15 Jan 2010 08:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://coderslike.us/?p=159#comment-516</guid>
		<description><![CDATA[Cool tool. I got some basic stuff working. However, I&#039;m trying to use it with some domains autocreated by SimpleJPA and they have the name format &quot;MyDB-Users&quot;;

i&#039;ve tried

select * from MyDB-Users
select * from `MyDB-Users`

and single/double quotes. None of them work. I&#039;m guessing the dash is the problem (which is automatically inserted by simplejpa) but the backtick should still work. I&#039;m guessing this isn&#039;t built it. Or maybe this is just a serious case of user error.]]></description>
		<content:encoded><![CDATA[<p>Cool tool. I got some basic stuff working. However, I&#8217;m trying to use it with some domains autocreated by SimpleJPA and they have the name format &#8220;MyDB-Users&#8221;;</p>
<p>i&#8217;ve tried</p>
<p>select * from MyDB-Users<br />
select * from `MyDB-Users`</p>
<p>and single/double quotes. None of them work. I&#8217;m guessing the dash is the problem (which is automatically inserted by simplejpa) but the backtick should still work. I&#8217;m guessing this isn&#8217;t built it. Or maybe this is just a serious case of user error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dkavanagh</title>
		<link>http://coderslike.us/2009/04/15/query-tool-for-amazon-simpledb/#comment-424</link>
		<dc:creator><![CDATA[dkavanagh]]></dc:creator>
		<pubDate>Fri, 18 Sep 2009 15:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://coderslike.us/?p=159#comment-424</guid>
		<description><![CDATA[http://coderslike.us/2009/09/18/querytool-now-exports-data/]]></description>
		<content:encoded><![CDATA[<p><a href="http://coderslike.us/2009/09/18/querytool-now-exports-data/" rel="nofollow">http://coderslike.us/2009/09/18/querytool-now-exports-data/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dkavanagh</title>
		<link>http://coderslike.us/2009/04/15/query-tool-for-amazon-simpledb/#comment-392</link>
		<dc:creator><![CDATA[dkavanagh]]></dc:creator>
		<pubDate>Sat, 08 Aug 2009 16:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://coderslike.us/?p=159#comment-392</guid>
		<description><![CDATA[http://coderslike.us/2009/08/05/querytool-1-1-even-more-to-like/]]></description>
		<content:encoded><![CDATA[<p><a href="http://coderslike.us/2009/08/05/querytool-1-1-even-more-to-like/" rel="nofollow">http://coderslike.us/2009/08/05/querytool-1-1-even-more-to-like/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nic</title>
		<link>http://coderslike.us/2009/04/15/query-tool-for-amazon-simpledb/#comment-181</link>
		<dc:creator><![CDATA[nic]]></dc:creator>
		<pubDate>Mon, 01 Jun 2009 20:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://coderslike.us/?p=159#comment-181</guid>
		<description><![CDATA[I couldn&#039;t find a reference to your email on the typica page, but took a guess.  If you didn&#039;t receive it, echo me back at nicpottier at the gmail.

-Nic]]></description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t find a reference to your email on the typica page, but took a guess.  If you didn&#8217;t receive it, echo me back at nicpottier at the gmail.</p>
<p>-Nic</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dkavanagh</title>
		<link>http://coderslike.us/2009/04/15/query-tool-for-amazon-simpledb/#comment-180</link>
		<dc:creator><![CDATA[dkavanagh]]></dc:creator>
		<pubDate>Mon, 01 Jun 2009 17:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://coderslike.us/?p=159#comment-180</guid>
		<description><![CDATA[I&#039;ve put copy cell/row into a popup menu. Copies cell or tab separated row data to clipboard.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve put copy cell/row into a popup menu. Copies cell or tab separated row data to clipboard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dkavanagh</title>
		<link>http://coderslike.us/2009/04/15/query-tool-for-amazon-simpledb/#comment-179</link>
		<dc:creator><![CDATA[dkavanagh]]></dc:creator>
		<pubDate>Mon, 01 Jun 2009 16:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://coderslike.us/?p=159#comment-179</guid>
		<description><![CDATA[Hi Nic,
Yes, e-mail me the patches and I&#039;ll integrate them. I&#039;m about to check-in the new/delete domain features. I&#039;ll wait a bit before pushing a release out (for your changes). you can find my e-mail via the typica home page.

David]]></description>
		<content:encoded><![CDATA[<p>Hi Nic,<br />
Yes, e-mail me the patches and I&#8217;ll integrate them. I&#8217;m about to check-in the new/delete domain features. I&#8217;ll wait a bit before pushing a release out (for your changes). you can find my e-mail via the typica home page.</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nic</title>
		<link>http://coderslike.us/2009/04/15/query-tool-for-amazon-simpledb/#comment-169</link>
		<dc:creator><![CDATA[nic]]></dc:creator>
		<pubDate>Sat, 30 May 2009 20:00:19 +0000</pubDate>
		<guid isPermaLink="false">http://coderslike.us/?p=159#comment-169</guid>
		<description><![CDATA[Hi again,

Figured out what my problem was, queries fail on the first go unless you set the domain via the drop down.  I&#039;ve fixed that along with a few other issues (better error reporting) and changed the input layout a bit.  It now has a single text field for the query with up/down history support and then a scrollable log/history above it.  This makes communication of errors / status messages a bit more natural IMO.

I&#039;d be happy to submit it back, just drop me an email and I&#039;ll get it to you.

-Nic]]></description>
		<content:encoded><![CDATA[<p>Hi again,</p>
<p>Figured out what my problem was, queries fail on the first go unless you set the domain via the drop down.  I&#8217;ve fixed that along with a few other issues (better error reporting) and changed the input layout a bit.  It now has a single text field for the query with up/down history support and then a scrollable log/history above it.  This makes communication of errors / status messages a bit more natural IMO.</p>
<p>I&#8217;d be happy to submit it back, just drop me an email and I&#8217;ll get it to you.</p>
<p>-Nic</p>
]]></content:encoded>
	</item>
</channel>
</rss>

