<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-2396375578166507166.comments</id><updated>2009-12-21T16:07:33.303+01:00</updated><title type='text'>Christophe Simonis @ Tiny</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://christophe-simonis-at-tiny.blogspot.com/feeds/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2396375578166507166/comments/default'/><link rel='alternate' type='text/html' href='http://christophe-simonis-at-tiny.blogspot.com/'/><author><name>Christophe Simonis</name><uri>http://www.blogger.com/profile/07257677913888827668</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2396375578166507166.post-4390390212300930727</id><published>2009-12-21T16:07:33.303+01:00</published><updated>2009-12-21T16:07:33.303+01:00</updated><title type='text'>did not understand.
I need to invert the expressio...</title><content type='html'>did not understand.&lt;br /&gt;I need to invert the expression of 2 and&lt;br /&gt;&lt;br /&gt;(&lt;br /&gt;( &amp;#39;mmt_rev&amp;#39;, &amp;#39;=&amp;#39; , 1)  , (&amp;#39;state&amp;#39;, &amp;#39;=&amp;#39;, &amp;#39;d&amp;#39;) &lt;br /&gt;)&lt;br /&gt;&lt;br /&gt;Please help</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2396375578166507166/3217070977663668737/comments/default/4390390212300930727'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2396375578166507166/3217070977663668737/comments/default/4390390212300930727'/><link rel='alternate' type='text/html' href='http://christophe-simonis-at-tiny.blogspot.com/2008/08/new-new-domain-notation.html?showComment=1261408053303#c4390390212300930727' title=''/><author><name>trokbrok</name><uri>http://trokbrok.livejournal.com/</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://christophe-simonis-at-tiny.blogspot.com/2008/08/new-new-domain-notation.html' ref='tag:blogger.com,1999:blog-2396375578166507166.post-3217070977663668737' source='http://www.blogger.com/feeds/2396375578166507166/posts/default/3217070977663668737' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-2396375578166507166.post-7050479002462054226</id><published>2009-11-07T18:22:30.965+01:00</published><updated>2009-11-07T18:22:30.965+01:00</updated><title type='text'>def r_enumerate(iterable):
    """enumerator for r...</title><content type='html'>def r_enumerate(iterable):&lt;br /&gt;    &amp;quot;&amp;quot;&amp;quot;enumerator for reverse iteration of an iterable&amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;    enum = enumerate(reversed(iterable))&lt;br /&gt;    last = len(iterable)-1&lt;br /&gt;    return ((last - i, x) for i,x in enum)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2396375578166507166/8710032590952555449/comments/default/7050479002462054226'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2396375578166507166/8710032590952555449/comments/default/7050479002462054226'/><link rel='alternate' type='text/html' href='http://christophe-simonis-at-tiny.blogspot.com/2008/08/python-reverse-enumerate.html?showComment=1257614550965#c7050479002462054226' title=''/><author><name>eryksun</name><uri>http://www.blogger.com/profile/15437401811057805475</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://christophe-simonis-at-tiny.blogspot.com/2008/08/python-reverse-enumerate.html' ref='tag:blogger.com,1999:blog-2396375578166507166.post-8710032590952555449' source='http://www.blogger.com/feeds/2396375578166507166/posts/default/8710032590952555449' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-2396375578166507166.post-5594239523396490307</id><published>2009-05-16T04:36:00.000+02:00</published><updated>2009-05-16T04:36:00.000+02:00</updated><title type='text'>really great work, i am reading your code in expre...</title><content type='html'>really great work, i am reading your code in expression.py and i want to know if is posible support BETWEEN command there, so i am debbuging that, but if you can help me with any info, thanks&lt;br /&gt;&lt;br /&gt;regards,</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2396375578166507166/3217070977663668737/comments/default/5594239523396490307'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2396375578166507166/3217070977663668737/comments/default/5594239523396490307'/><link rel='alternate' type='text/html' href='http://christophe-simonis-at-tiny.blogspot.com/2008/08/new-new-domain-notation.html?showComment=1242441360000#c5594239523396490307' title=''/><author><name>Cristian Salamea</name><uri>http://www.blogger.com/profile/17014901073578988923</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://christophe-simonis-at-tiny.blogspot.com/2008/08/new-new-domain-notation.html' ref='tag:blogger.com,1999:blog-2396375578166507166.post-3217070977663668737' source='http://www.blogger.com/feeds/2396375578166507166/posts/default/3217070977663668737' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-2396375578166507166.post-8414146188755603336</id><published>2008-08-06T22:40:00.000+02:00</published><updated>2008-08-06T22:40:00.000+02:00</updated><title type='text'>Hi Stephane, yeah I agree the current domain thing...</title><content type='html'>Hi Stephane, yeah I agree the current domain thing, while user friendly is somewhat limited.&lt;BR/&gt;&lt;BR/&gt;Ideally I would like to be able to perform any select I want that just return the expect record fields among others eventually. I would like to be able to do group by and order like I want...&lt;BR/&gt;&lt;BR/&gt;I think a nice API to get inspired by is the Rails ActiveRecord base find method and its :conditions param, or the find_by_sql method eventyally, see here:&lt;BR/&gt;http://api.rubyonrails.org/classes/ActiveRecord/Base.html&lt;BR/&gt;&lt;BR/&gt;Now, I don't know if something backward compatible might be found, but I think that if you really want something useful in many situations, then you should look for something that map pretty much to an SQL without loosing too much of its power.&lt;BR/&gt;&lt;BR/&gt;Still, having AND and OR operator is already something nice. But as I said I would be interested in adding an order criteria too at least.&lt;BR/&gt;&lt;BR/&gt;Keep it up!&lt;BR/&gt;&lt;BR/&gt;Raphaël Valyi.&lt;BR/&gt;Smile.fr</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2396375578166507166/2384179760566100145/comments/default/8414146188755603336'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2396375578166507166/2384179760566100145/comments/default/8414146188755603336'/><link rel='alternate' type='text/html' href='http://christophe-simonis-at-tiny.blogspot.com/2008/08/new-domain-notation.html?showComment=1218055200000#c8414146188755603336' title=''/><author><name>Raphaël Valyi</name><uri>http://www.blogger.com/profile/01805258585519968165</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://christophe-simonis-at-tiny.blogspot.com/2008/08/new-domain-notation.html' ref='tag:blogger.com,1999:blog-2396375578166507166.post-2384179760566100145' source='http://www.blogger.com/feeds/2396375578166507166/posts/default/2384179760566100145' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-2396375578166507166.post-1158230123460756903</id><published>2008-06-27T21:50:00.000+02:00</published><updated>2008-06-27T21:50:00.000+02:00</updated><title type='text'>Hi, when you take code from tryton (http://www.try...</title><content type='html'>Hi, when you take code from &lt;B&gt;tryton&lt;/B&gt; (&lt;A&gt;http://www.tryton.org/&lt;/A&gt;),&lt;BR/&gt;it will be great if you put a comment in your code as we do for tiny.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2396375578166507166/7123336827455754944/comments/default/1158230123460756903'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2396375578166507166/7123336827455754944/comments/default/1158230123460756903'/><link rel='alternate' type='text/html' href='http://christophe-simonis-at-tiny.blogspot.com/2008/06/now-you-know-when-there-are-attachments.html?showComment=1214596200000#c1158230123460756903' title=''/><author><name>ced</name><uri>http://www.blogger.com/profile/01525312467043583982</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://christophe-simonis-at-tiny.blogspot.com/2008/06/now-you-know-when-there-are-attachments.html' ref='tag:blogger.com,1999:blog-2396375578166507166.post-7123336827455754944' source='http://www.blogger.com/feeds/2396375578166507166/posts/default/7123336827455754944' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-2396375578166507166.post-221419561467624493</id><published>2008-06-27T04:42:00.000+02:00</published><updated>2008-06-27T04:42:00.000+02:00</updated><title type='text'>Its small but very interesting feature, :)</title><content type='html'>Its small but very interesting feature, :)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2396375578166507166/7123336827455754944/comments/default/221419561467624493'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2396375578166507166/7123336827455754944/comments/default/221419561467624493'/><link rel='alternate' type='text/html' href='http://christophe-simonis-at-tiny.blogspot.com/2008/06/now-you-know-when-there-are-attachments.html?showComment=1214534520000#c221419561467624493' title=''/><author><name>Japan Shah</name><uri>http://www.blogger.com/profile/01091168560604690040</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://christophe-simonis-at-tiny.blogspot.com/2008/06/now-you-know-when-there-are-attachments.html' ref='tag:blogger.com,1999:blog-2396375578166507166.post-7123336827455754944' source='http://www.blogger.com/feeds/2396375578166507166/posts/default/7123336827455754944' type='text/html'/></entry></feed>