<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git, branch 0.3.1</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>Update version number for release.</title>
<updated>2020-02-29T12:56:13+00:00</updated>
<author>
<name>Andreas Albrecht</name>
<email>a.albrecht@Mac-PU08.prounix.local</email>
</author>
<published>2020-02-29T12:56:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=0d6684baba850a9729bad5bd0665d7612155a96c'/>
<id>0d6684baba850a9729bad5bd0665d7612155a96c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add comma_first option for docs</title>
<updated>2020-02-02T20:26:26+00:00</updated>
<author>
<name>gingi99</name>
<email>bigtree3101@gmail.com</email>
</author>
<published>2019-10-23T14:08:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=33d2ab4c64cc44b52dcb2d492ad0fcfaf58c54f9'/>
<id>33d2ab4c64cc44b52dcb2d492ad0fcfaf58c54f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>put available format options into API doc</title>
<updated>2020-02-02T20:25:55+00:00</updated>
<author>
<name>xg1990</name>
<email>xg1990@localhost</email>
</author>
<published>2019-10-27T23:58:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=3ea4c7eadc02b2e4c223af355edee8216d0ccdd5'/>
<id>3ea4c7eadc02b2e4c223af355edee8216d0ccdd5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog and authors.</title>
<updated>2020-02-02T20:23:49+00:00</updated>
<author>
<name>Andreas Albrecht</name>
<email>a.albrecht@Mac-PU08.prounix.local</email>
</author>
<published>2020-02-02T20:23:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=418b04f7e503a57757a3a4ad338e694e02283dd7'/>
<id>418b04f7e503a57757a3a4ad338e694e02283dd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[grouping] group_as() no longer groups AS CTE</title>
<updated>2020-02-02T20:21:09+00:00</updated>
<author>
<name>Likai Liu</name>
<email>liulk@likai.org</email>
</author>
<published>2020-01-07T23:22:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=a301b79c042c5c4e8677ad6e44905903ea9375c3'/>
<id>a301b79c042c5c4e8677ad6e44905903ea9375c3</id>
<content type='text'>
This patch changes the grouping of AS so that:

  Foo AS WITH bar AS 1 SELECT 2

with no longer be grouped as:

  [Identifier[Foo, AS, WITH, Identifier[Bar AS 1]], SELECT, 2]

but will be grouped as:

  [Identifier[Foo], AS, WITH, Identifier[Bar AS 1], SELECT, 2]

This fixes the parsing of CREATE TABLE new_table AS WITH ... so the
rest of the tokens after AS are parsed the same as a bare WITH.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch changes the grouping of AS so that:

  Foo AS WITH bar AS 1 SELECT 2

with no longer be grouped as:

  [Identifier[Foo, AS, WITH, Identifier[Bar AS 1]], SELECT, 2]

but will be grouped as:

  [Identifier[Foo], AS, WITH, Identifier[Bar AS 1], SELECT, 2]

This fixes the parsing of CREATE TABLE new_table AS WITH ... so the
rest of the tokens after AS are parsed the same as a bare WITH.
</pre>
</div>
</content>
</entry>
<entry>
<title>[fix] Fixing typed literal regression</title>
<updated>2020-02-02T20:19:41+00:00</updated>
<author>
<name>John Bodley</name>
<email>john.bodley@airbnb.com</email>
</author>
<published>2020-01-20T21:09:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=44eacf2e2f4a4255829109a5e67e0c1d2af542da'/>
<id>44eacf2e2f4a4255829109a5e67e0c1d2af542da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update sql.py</title>
<updated>2020-01-20T18:29:08+00:00</updated>
<author>
<name>John Bodley</name>
<email>4567245+john-bodley@users.noreply.github.com</email>
</author>
<published>2020-01-17T18:07:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=aaf5403f05e2cdb4f36a507b92e039c8cc2016a0'/>
<id>aaf5403f05e2cdb4f36a507b92e039c8cc2016a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update sql.py</title>
<updated>2020-01-20T18:29:08+00:00</updated>
<author>
<name>John Bodley</name>
<email>4567245+john-bodley@users.noreply.github.com</email>
</author>
<published>2020-01-17T15:35:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=8f03397ff4a29a78cc8c739874fae9e6dd5963f0'/>
<id>8f03397ff4a29a78cc8c739874fae9e6dd5963f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[sql] Adding TIMESTAMP to typed literal</title>
<updated>2020-01-20T18:29:08+00:00</updated>
<author>
<name>John Bodley</name>
<email>4567245+john-bodley@users.noreply.github.com</email>
</author>
<published>2020-01-17T06:39:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=966a55959cd1f7d0613aef3fddc5cdf939e142ac'/>
<id>966a55959cd1f7d0613aef3fddc5cdf939e142ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CI: Remove obsolete comment.</title>
<updated>2020-01-16T08:24:01+00:00</updated>
<author>
<name>Andreas Albrecht</name>
<email>a.albrecht@Mac-PU08.prounix.local</email>
</author>
<published>2020-01-16T08:24:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=29166ba54fad07a65f876142816f5786e557d091'/>
<id>29166ba54fad07a65f876142816f5786e557d091</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
