<?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>Tue, 09 Mar 2010 22:02:37 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: PC</title>
		<link>http://coderslike.us/2009/04/15/query-tool-for-amazon-simpledb/#comment-517</link>
		<dc:creator>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>
	<item>
		<title>By: nic</title>
		<link>http://coderslike.us/2009/04/15/query-tool-for-amazon-simpledb/#comment-168</link>
		<dc:creator>nic</dc:creator>
		<pubDate>Sat, 30 May 2009 18:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://coderslike.us/?p=159#comment-168</guid>
		<description>So I pulled from the branch and after figuring out it was pointing to the wrong simple db service (at least for my testing) I got it up and running off of built code.  But it looks like there are still some other issues as I&#039;m not getting results back.

I&#039;m going to keep digging a bit, but is the branch in a known &#039;unstable&#039; state.  Are you interested in receiving patches for create/drop/delete functionality?</description>
		<content:encoded><![CDATA[<p>So I pulled from the branch and after figuring out it was pointing to the wrong simple db service (at least for my testing) I got it up and running off of built code.  But it looks like there are still some other issues as I&#8217;m not getting results back.</p>
<p>I&#8217;m going to keep digging a bit, but is the branch in a known &#8216;unstable&#8217; state.  Are you interested in receiving patches for create/drop/delete functionality?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dkavanagh</title>
		<link>http://coderslike.us/2009/04/15/query-tool-for-amazon-simpledb/#comment-164</link>
		<dc:creator>dkavanagh</dc:creator>
		<pubDate>Fri, 29 May 2009 22:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://coderslike.us/?p=159#comment-164</guid>
		<description>Thanks! I was trying to avoid going down the slippery slope of supporting put operations. I think domain create/delete make sense (though, create is a bit of a &quot;put&quot;).</description>
		<content:encoded><![CDATA[<p>Thanks! I was trying to avoid going down the slippery slope of supporting put operations. I think domain create/delete make sense (though, create is a bit of a &#8220;put&#8221;).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
