<?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/"
> <channel><title>Comments on: Introducing JsonSQL 0.1</title> <atom:link href="http://trentrichardson.com/2007/12/30/introducing-jsonsql-01/feed/" rel="self" type="application/rss+xml" /><link>http://trentrichardson.com/2007/12/30/introducing-jsonsql-01/</link> <description>practical web design &#38; development</description> <lastBuildDate>Tue, 07 Feb 2012 03:15:31 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: trent</title><link>http://trentrichardson.com/2007/12/30/introducing-jsonsql-01/comment-page-1/#comment-12147</link> <dc:creator>trent</dc:creator> <pubDate>Wed, 12 Aug 2009 01:13:26 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=46#comment-12147</guid> <description>Hey Matt,Thanks for reporting.  Looks like perhaps something with scoping, however I would need to look further into it.  This project has kind of run dry since it didn&#039;t pick up any steam when it was first started</description> <content:encoded><![CDATA[<p>Hey Matt,</p><p>Thanks for reporting.  Looks like perhaps something with scoping, however I would need to look further into it.  This project has kind of run dry since it didn&#8217;t pick up any steam when it was first started</p> ]]></content:encoded> </item> <item><title>By: Matt</title><link>http://trentrichardson.com/2007/12/30/introducing-jsonsql-01/comment-page-1/#comment-12141</link> <dc:creator>Matt</dc:creator> <pubDate>Tue, 11 Aug 2009 15:37:25 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=46#comment-12141</guid> <description>I am getting duplicate returns when using this.I will show you the set up of my object, and maybe you can see where the issue is.  I&#039;ve checked my object and it is built correctly for how I need to use it.My object is as followsmyObj = {
&quot;elements&quot;: [
{
&quot;haschildren&quot;: &quot;True&quot;,
&quot;id&quot;: 1,
&quot;name&quot;: &quot;Element 1&quot;,
&quot;children&quot;: [
{
&quot;id&quot;: 25,
&quot;name&quot;: &quot;Element 1 Child 1&quot;
},
{
&quot;id&quot;: 26,
&quot;name&quot;: &quot;Element 1 Child 2&quot;
},
{
&quot;id&quot;: 27,
&quot;name&quot;: &quot;Element 1 Child 3&quot;
}
]
},
{
&quot;haschildren&quot;: &quot;False&quot;,
&quot;id&quot;: 1,
&quot;name&quot;: &quot;Element 1&quot;,
&quot;children&quot;: []
}
]
}There are 20 elements in my object. 5 have &quot;haschildren&quot; set to &quot;True&quot;, 15 have it set to &quot;False&quot; ( strings not boolean, I create this straight out of a DB ).When I run:jsonsql.parse(&quot;select * from myObj.elements where (haschildren==&#039;True&#039;)&quot;,myObj);It returns 10 elements, exactly 2 of each.I like the concept of this, but don&#039;t have time to sit down and try to dig through it right now, but I figured I would let you know that there was a bug in this.Thanks,
Matt</description> <content:encoded><![CDATA[<p>I am getting duplicate returns when using this.</p><p>I will show you the set up of my object, and maybe you can see where the issue is.  I&#8217;ve checked my object and it is built correctly for how I need to use it.</p><p>My object is as follows</p><p>myObj = {<br
/> &#8220;elements&#8221;: [<br
/> {<br
/> "haschildren": "True",<br
/> "id": 1,<br
/> "name": "Element 1",<br
/> "children": [<br
/> {<br
/> "id": 25,<br
/> "name": "Element 1 Child 1"<br
/> },<br
/> {<br
/> "id": 26,<br
/> "name": "Element 1 Child 2"<br
/> },<br
/> {<br
/> "id": 27,<br
/> "name": "Element 1 Child 3"<br
/> }<br
/> ]<br
/> },<br
/> {<br
/> &#8220;haschildren&#8221;: &#8220;False&#8221;,<br
/> &#8220;id&#8221;: 1,<br
/> &#8220;name&#8221;: &#8220;Element 1&#8243;,<br
/> &#8220;children&#8221;: []<br
/> }<br
/> ]<br
/> }</p><p>There are 20 elements in my object. 5 have &#8220;haschildren&#8221; set to &#8220;True&#8221;, 15 have it set to &#8220;False&#8221; ( strings not boolean, I create this straight out of a DB ).</p><p>When I run:</p><p>jsonsql.parse(&#8220;select * from myObj.elements where (haschildren==&#8217;True&#8217;)&#8221;,myObj);</p><p>It returns 10 elements, exactly 2 of each.</p><p>I like the concept of this, but don&#8217;t have time to sit down and try to dig through it right now, but I figured I would let you know that there was a bug in this.</p><p>Thanks,<br
/> Matt</p> ]]></content:encoded> </item> <item><title>By: Code Bus - Manipulating PHP arrays with SQL</title><link>http://trentrichardson.com/2007/12/30/introducing-jsonsql-01/comment-page-1/#comment-5508</link> <dc:creator>Code Bus - Manipulating PHP arrays with SQL</dc:creator> <pubDate>Thu, 22 May 2008 13:53:19 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=46#comment-5508</guid> <description>[...] Richardson created a very small and simple JsonSQL library for JavaScript which allows you to run an extremely limited subset of SQL against a Json [...]</description> <content:encoded><![CDATA[<p>[...] Richardson created a very small and simple JsonSQL library for JavaScript which allows you to run an extremely limited subset of SQL against a Json [...]</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/9 queries in 0.018 seconds using disk: basic
Object Caching 250/252 objects using disk: basic

Served from: trentrichardson.com @ 2012-02-07 10:28:29 -->
