<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/sqlparse, 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>[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>More test cases</title>
<updated>2020-01-16T08:19:34+00:00</updated>
<author>
<name>Corey Zumar</name>
<email>corey.zumar@databricks.com</email>
</author>
<published>2019-12-25T08:22:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=101084b790496ae916557f6407be18c4e528f776'/>
<id>101084b790496ae916557f6407be18c4e528f776</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add first test case</title>
<updated>2020-01-16T08:19:34+00:00</updated>
<author>
<name>Corey Zumar</name>
<email>corey.zumar@databricks.com</email>
</author>
<published>2019-12-25T01:25:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=6f72de13a3db480ed2909965b6e8cd02ac7fdf7e'/>
<id>6f72de13a3db480ed2909965b6e8cd02ac7fdf7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Map like and ilike clauses to comparisons</title>
<updated>2020-01-16T08:19:34+00:00</updated>
<author>
<name>Corey Zumar</name>
<email>corey.zumar@databricks.com</email>
</author>
<published>2019-12-25T00:34:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=667aee971aedfca140be8c553f683d831adfc927'/>
<id>667aee971aedfca140be8c553f683d831adfc927</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stabilize grouping engine when parsing invalid SQL statements.</title>
<updated>2020-01-06T16:36:01+00:00</updated>
<author>
<name>Andreas Albrecht</name>
<email>a.albrecht@Mac-PU08.prounix.local</email>
</author>
<published>2020-01-06T16:36:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=165095be506dd1b0d4205ca4f240ce38957424da'/>
<id>165095be506dd1b0d4205ca4f240ce38957424da</id>
<content type='text'>
It's just to make sure, that the comparison returns a valid result
when feed with invalid SQL statements.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's just to make sure, that the comparison returns a valid result
when feed with invalid SQL statements.
</pre>
</div>
</content>
</entry>
</feed>
