<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/sqlparse/engine, branch issue_73</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>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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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>
<entry>
<title>Handle asterisks as operators when grouping identifiers (fixes issue58).</title>
<updated>2012-02-26T07:43:48+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2012-02-26T07:43:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=7820f2988979b247698320900c800c2b0797f8ca'/>
<id>7820f2988979b247698320900c800c2b0797f8ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Solved sisue 57:	StatementFilter doesn't process correctly on recursive statements (for example, triggers)</title>
<updated>2012-01-23T09:47:48+00:00</updated>
<author>
<name>Jesús Leganés Combarro "Piranna"</name>
<email>piranna@gmail.com</email>
</author>
<published>2012-01-23T09:47:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=4b701a7a724696540ca9ff60896ca0546e2a197b'/>
<id>4b701a7a724696540ca9ff60896ca0546e2a197b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added comments</title>
<updated>2012-01-23T09:14:25+00:00</updated>
<author>
<name>Jesús Leganés Combarro "Piranna"</name>
<email>piranna@gmail.com</email>
</author>
<published>2012-01-23T09:14:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=c6146cc122b070db1cc79f93baa007e2d8898f1c'/>
<id>c6146cc122b070db1cc79f93baa007e2d8898f1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
