<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/sqlparse/engine, branch 0.1.6</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>PEP8'ified to code a bit.</title>
<updated>2012-11-12T13:39:50+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2012-11-12T05:43:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=f4876322e7fe36923d4eb89757a844b3d90be306'/>
<id>f4876322e7fe36923d4eb89757a844b3d90be306</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle whitepaces between operators correctly, improve handling of concatenated strings (issue53).</title>
<updated>2012-11-11T08:48:11+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2012-11-11T08:48:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=7af0b13e037fa11de0466f56b1bdc8d9f269cd1c'/>
<id>7af0b13e037fa11de0466f56b1bdc8d9f269cd1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Special case grouping logic for VARCHAR, otherwise it gets lost from field definitions.</title>
<updated>2012-11-07T13:39:42+00:00</updated>
<author>
<name>Mike Amy</name>
<email>cocoade@googlemail.com</email>
</author>
<published>2012-11-07T13:39:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=eb9afb54f65d1d0ffeaa0a083bbccf0a048fb162'/>
<id>eb9afb54f65d1d0ffeaa0a083bbccf0a048fb162</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>I always forget to remove the prints for testing... :-P</title>
<updated>2012-05-19T21:44:24+00:00</updated>
<author>
<name>Jesús Leganés Combarro "Piranna"</name>
<email>piranna@gmail.com</email>
</author>
<published>2012-05-19T21:44:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=ba9f29071a4011521cfe685ba1de30004b413ae6'/>
<id>ba9f29071a4011521cfe685ba1de30004b413ae6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into antiorm</title>
<updated>2012-05-19T19:43:54+00:00</updated>
<author>
<name>Jesús Leganés Combarro "Piranna"</name>
<email>piranna@gmail.com</email>
</author>
<published>2012-05-19T19:43:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=59bfe75aaec583fdb92668819f021ba18c4595e3'/>
<id>59bfe75aaec583fdb92668819f021ba18c4595e3</id>
<content type='text'>
Conflicts:
	sqlparse/filters.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	sqlparse/filters.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed TokenFilter and using duck-typing instead (more pythonic)</title>
<updated>2012-04-28T16:07:31+00:00</updated>
<author>
<name>Jesús Leganés Combarro "Piranna"</name>
<email>piranna@gmail.com</email>
</author>
<published>2012-04-28T16:07:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=7d85204ab35d004739042feccdfa36ed2d26ff28'/>
<id>7d85204ab35d004739042feccdfa36ed2d26ff28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>various optimizations in sql.py</title>
<updated>2012-04-21T23:41:22+00:00</updated>
<author>
<name>quest</name>
<email>quest@wonky.windwards.net</email>
</author>
<published>2012-04-21T23:41:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=a16c08703c8eb213a8b570bb16636fbe7a2b4a28'/>
<id>a16c08703c8eb213a8b570bb16636fbe7a2b4a28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly group placeholders in identifier lists (fixes #52).</title>
<updated>2012-04-19T20:21:00+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2012-04-19T20:21:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=3942d09bd0be0a7b207864ebd0a5ce2ea0f9e28e'/>
<id>3942d09bd0be0a7b207864ebd0a5ce2ea0f9e28e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pretty formatting of role keyword in identifier list (fixes #49).</title>
<updated>2012-04-19T20:16:09+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2012-04-19T20:16:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=fb9ba15d47f6041a1ebebc738ec2707da0de49f1'/>
<id>fb9ba15d47f6041a1ebebc738ec2707da0de49f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pretty format comments in identifier lists (fixes issue59).</title>
<updated>2012-04-19T20:02:08+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2012-04-19T20:02:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=e4bccf45a6e82d4738aab1b5eded3fa208a76875'/>
<id>e4bccf45a6e82d4738aab1b5eded3fa208a76875</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
