<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git, branch 0.1.10</title>
<subtitle>github.com: andialbrecht/sqlparse.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/'/>
<entry>
<title>Update Changelog.</title>
<updated>2013-11-02T06:44:35+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-11-02T06:44:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=1cb10e741b30e9889f32ac8ba052eaa9d3b5556f'/>
<id>1cb10e741b30e9889f32ac8ba052eaa9d3b5556f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version.</title>
<updated>2013-11-02T06:42:15+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-11-02T06:42:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=155be7cc50daedfeedb35741bc46a9aba1d9bd5b'/>
<id>155be7cc50daedfeedb35741bc46a9aba1d9bd5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Actually import setup, even without setuptools (fixes #115).</title>
<updated>2013-10-24T19:22:32+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-10-24T19:22:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=1acf52dc96f595d972375c0f2a185a668929a211'/>
<id>1acf52dc96f595d972375c0f2a185a668929a211</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve grouping of expressions (targets #23).</title>
<updated>2013-10-24T06:38:21+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-10-24T06:38:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=c08c750e799af5c17ccbebf9b34b95a38f8cfb55'/>
<id>c08c750e799af5c17ccbebf9b34b95a38f8cfb55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup tox.ini, remove Python 2.4 tests.</title>
<updated>2013-10-24T04:14:09+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-10-24T04:14:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=e3d32fadd637b53863d8c43593c39707a777c897'/>
<id>e3d32fadd637b53863d8c43593c39707a777c897</id>
<content type='text'>
tox and virtualenv doesn't support Python 2.4 anymore and for us it's time
to drop support too. For now it still works, but we don't test it anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tox and virtualenv doesn't support Python 2.4 anymore and for us it's time
to drop support too. For now it still works, but we don't test it anymore.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test case for JOIN, update Changelog and AUTHORS.</title>
<updated>2013-10-24T03:59:09+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-10-24T03:59:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=e7b8ad372f6cfe6d14dcf1c7dc696a24b493e58c'/>
<id>e7b8ad372f6cfe6d14dcf1c7dc696a24b493e58c</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 #112 from alexander-beedie/master</title>
<updated>2013-10-24T03:48:07+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-10-24T03:48:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=6efac742ec8505734432dbb1e6fb50d188369fac'/>
<id>6efac742ec8505734432dbb1e6fb50d188369fac</id>
<content type='text'>
extended JOIN token recognition/lexing (eg: FULL OUTER JOIN, NATURAL JOIN)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
extended JOIN token recognition/lexing (eg: FULL OUTER JOIN, NATURAL JOIN)</pre>
</div>
</content>
</entry>
<entry>
<title>Remove buffered reading again (fixes #114).</title>
<updated>2013-10-23T08:27:33+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-10-23T08:27:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=2aa7f0c68f5ba77b347e216994fd01be63e8aeb0'/>
<id>2aa7f0c68f5ba77b347e216994fd01be63e8aeb0</id>
<content type='text'>
It causes problems with some sources.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It causes problems with some sources.
</pre>
</div>
</content>
</entry>
<entry>
<title>tighten up JOIN regex</title>
<updated>2013-10-17T05:35:35+00:00</updated>
<author>
<name>Alexander Beedie</name>
<email>ayembee@gmail.com</email>
</author>
<published>2013-10-17T05:35:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=8168e84a424711aa456e8e5c0cf646bcce291abe'/>
<id>8168e84a424711aa456e8e5c0cf646bcce291abe</id>
<content type='text'>
ensure the regex does not match against invalid permutations such as 'LEFT OUTER CROSS JOIN', since CROSS/NATURAL keywords were added</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ensure the regex does not match against invalid permutations such as 'LEFT OUTER CROSS JOIN', since CROSS/NATURAL keywords were added</pre>
</div>
</content>
</entry>
<entry>
<title>extend regex to allow recognition of 'NATURAL JOIN'</title>
<updated>2013-10-17T05:29:24+00:00</updated>
<author>
<name>Alexander Beedie</name>
<email>ayembee@gmail.com</email>
</author>
<published>2013-10-17T05:29:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=113e0effc57dbfd579116724c9aa7f39f3c53b1f'/>
<id>113e0effc57dbfd579116724c9aa7f39f3c53b1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
