<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/sqlparse, branch 0.1.11</title>
<subtitle>github.com: andialbrecht/sqlparse.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/'/>
<entry>
<title>Preparing 0.1.11</title>
<updated>2014-02-07T20:35:12+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>andi@lap-pu35</email>
</author>
<published>2014-02-07T20:35:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=fcf41c86cd0f1370a5f77ffa83334c803e82157f'/>
<id>fcf41c86cd0f1370a5f77ffa83334c803e82157f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Function.get_parameters() returning empty list for SQL functions that have a single nested function as a param</title>
<updated>2014-02-05T16:49:15+00:00</updated>
<author>
<name>spigwitmer</name>
<email>itgpmc@gmail.com</email>
</author>
<published>2014-02-05T16:49:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=cb4aff931dbc2027a9e504368a128d1fbbc5b1d8'/>
<id>cb4aff931dbc2027a9e504368a128d1fbbc5b1d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Function.get_parameters() with 1 literal as its parameter</title>
<updated>2014-02-04T22:08:55+00:00</updated>
<author>
<name>spigwitmer</name>
<email>itgpmc@gmail.com</email>
</author>
<published>2014-02-04T22:08:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=f00a59e1b25c466da1d2612405f7abb7c93db207'/>
<id>f00a59e1b25c466da1d2612405f7abb7c93db207</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix parsing and formatting of statements containing EXCEPT keyword.</title>
<updated>2014-01-28T14:16:12+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2014-01-28T14:16:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=d74ea26ec3a7f189ec00f6b949fd95082ba5b204'/>
<id>d74ea26ec3a7f189ec00f6b949fd95082ba5b204</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #125 from crorella/issue_124</title>
<updated>2014-01-17T06:39:45+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2014-01-17T06:39:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=eebde5b6a80ec34089acd8f7422f0a621918e6f5'/>
<id>eebde5b6a80ec34089acd8f7422f0a621918e6f5</id>
<content type='text'>
Issue 124 - Added COLLECT keyword</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue 124 - Added COLLECT keyword</pre>
</div>
</content>
</entry>
<entry>
<title>Issue 124 - Added COLLECT keyword</title>
<updated>2014-01-16T18:46:24+00:00</updated>
<author>
<name>Cristian Orellana</name>
<email>cristiano@groupon.com</email>
</author>
<published>2014-01-16T18:46:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=dc462fc5a9b70879bfdfa5c4f7fcbb3f0b6593e0'/>
<id>dc462fc5a9b70879bfdfa5c4f7fcbb3f0b6593e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve parsing of string literals in columns.</title>
<updated>2014-01-10T16:45:51+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2014-01-10T16:45:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=25dabec661637ca5cab1a9047a76bee05cfa653f'/>
<id>25dabec661637ca5cab1a9047a76bee05cfa653f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix: fixed COALESCE keyword, it had a type. Add: Added MERGE keyword</title>
<updated>2014-01-10T00:07:02+00:00</updated>
<author>
<name>Cristian Orellana</name>
<email>cristiano@groupon.com</email>
</author>
<published>2014-01-10T00:07:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=930895f66400a03357942ec5baedeebcbe64defc'/>
<id>930895f66400a03357942ec5baedeebcbe64defc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for BEGIN/END blocks, add FOREACH keyword.</title>
<updated>2013-11-19T07:11:58+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-11-19T07:11:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=f871291d33df018bf38cd62df3781456c8914210'/>
<id>f871291d33df018bf38cd62df3781456c8914210</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #116 from victorhahncastell/master</title>
<updated>2013-11-06T11:01:21+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-11-06T11:01:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=cda4af96d512e0a2878eae9573930127047b4e98'/>
<id>cda4af96d512e0a2878eae9573930127047b4e98</id>
<content type='text'>
Update keywords.py</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update keywords.py</pre>
</div>
</content>
</entry>
</feed>
