<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/tests, 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>[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>Fix test</title>
<updated>2020-01-16T08:19:34+00:00</updated>
<author>
<name>Corey Zumar</name>
<email>corey.zumar@databricks.com</email>
</author>
<published>2020-01-14T19:12:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=6cab2ea2add40449d3f6cfd46711cb16993f8aec'/>
<id>6cab2ea2add40449d3f6cfd46711cb16993f8aec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Like/ilike comparison test</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-26T08:59:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=d34e55ca921526e4d2f200503c99c4703930b7ff'/>
<id>d34e55ca921526e4d2f200503c99c4703930b7ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add symbols back to comparison test</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-26T07:52:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=ea54b8b1a4064b1289273fd8d14d498b5068c82f'/>
<id>ea54b8b1a4064b1289273fd8d14d498b5068c82f</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>support typed literals (if that's what they're called)</title>
<updated>2019-10-20T15:17:29+00:00</updated>
<author>
<name>Dvořák Václav</name>
<email>Vaclav.Dvorak@ysoft.com</email>
</author>
<published>2019-10-20T01:10:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=e9729390c0274392f2c1883f629e473a6914ce60'/>
<id>e9729390c0274392f2c1883f629e473a6914ce60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[fix] Addressing issue #507</title>
<updated>2019-10-09T09:22:16+00:00</updated>
<author>
<name>John Bodley</name>
<email>john.bodley@airbnb.com</email>
</author>
<published>2019-10-03T16:14:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=9902b885dc64c3503c024d3fd77acc0a7216109f'/>
<id>9902b885dc64c3503c024d3fd77acc0a7216109f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restrict detection of alias names (fixes #455).</title>
<updated>2019-10-09T09:14:27+00:00</updated>
<author>
<name>Andreas Albrecht</name>
<email>a.albrecht@Mac-PU08.prounix.local</email>
</author>
<published>2019-10-09T09:14:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=e8ae45d9f0e4238add9e24af2b8cfbc1665aab77'/>
<id>e8ae45d9f0e4238add9e24af2b8cfbc1665aab77</id>
<content type='text'>
This change adopts some parts of the pull request #509 by
john-bodley. Thanks!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change adopts some parts of the pull request #509 by
john-bodley. Thanks!
</pre>
</div>
</content>
</entry>
</feed>
