<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/sqlparse/engine/grouping.py, branch 0.1.9</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>Fix tagging of identifiers by not taking single quoted strings into account (fixes #111).</title>
<updated>2013-09-28T06:40:31+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-09-28T06:40:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=f4a152924fc6df8f42c9006f9f07aa3d26d78e82'/>
<id>f4a152924fc6df8f42c9006f9f07aa3d26d78e82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Parenthesis, Functions and Arithmetic Expressions</title>
<updated>2013-09-13T20:12:11+00:00</updated>
<author>
<name>prudhvi</name>
<email>prudhvi@pocketgems.com</email>
</author>
<published>2013-09-13T18:34:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=9574c16bc7418e07e3a21a1c00e4ad5956b799c3'/>
<id>9574c16bc7418e07e3a21a1c00e4ad5956b799c3</id>
<content type='text'>
are valid types to group an identifier</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
are valid types to group an identifier</pre>
</div>
</content>
</entry>
<entry>
<title>Allow NULL keyword in assignments (fixes #90).</title>
<updated>2013-04-20T06:32:08+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-04-20T06:32:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=fd480bf40646cdb53bce377db5d11dc52a760dad'/>
<id>fd480bf40646cdb53bce377db5d11dc52a760dad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow keywords in identifier lists (fixes #10).</title>
<updated>2013-04-06T08:11:20+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-04-06T08:11:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=2150a0aaef8366c97fa4260d3ba376b211981668'/>
<id>2150a0aaef8366c97fa4260d3ba376b211981668</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add order criterion to identifier in ORDER BY clause (fixes #89).</title>
<updated>2013-04-05T03:46:41+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-04-05T03:46:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=341143e294c842d700dfd3c6a6224c05d8b8b8d6'/>
<id>341143e294c842d700dfd3c6a6224c05d8b8b8d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix internals of _group_left_right, avoid identifying keywords as aliased identifiers.</title>
<updated>2013-03-18T05:11:46+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-03-18T05:11:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=abb8ce291e275e9879154ee0f22e881de8cf0ca4'/>
<id>abb8ce291e275e9879154ee0f22e881de8cf0ca4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>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>
</feed>
