<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/sqlparse/sql.py, branch 0.3.0</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>Avoid formatting of psql commands (fixes #469).</title>
<updated>2019-03-11T11:45:11+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2019-03-11T11:45:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=cff61bb93a080c1becbf2c6cd33911bc206cf587'/>
<id>cff61bb93a080c1becbf2c6cd33911bc206cf587</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[tokenizer] Grouping GROUP/ORDER BY</title>
<updated>2019-03-10T07:59:16+00:00</updated>
<author>
<name>John Bodley</name>
<email>john.bodley@airbnb.com</email>
</author>
<published>2019-01-15T06:38:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=c4e9dae235abca0b4ae7099f9f9000c075b3a8e5'/>
<id>c4e9dae235abca0b4ae7099f9f9000c075b3a8e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix formatting on INSERT (fixes #329)</title>
<updated>2019-03-10T07:03:05+00:00</updated>
<author>
<name>Fredy Wijaya</name>
<email>fredy.wijaya@gmail.com</email>
</author>
<published>2018-12-13T22:44:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=fa7def01d00fc7c5c3047b077bc0f1a4cdc1d10a'/>
<id>fa7def01d00fc7c5c3047b077bc0f1a4cdc1d10a</id>
<content type='text'>
This patch fixes the formatting on INSERT by creating a new
instance of sql.Values to group all the values.

SQL: insert into foo values (1, 'foo'), (2, 'bar'), (3, 'baz')

Before:
insert into foo
values (1,
        'foo'), (2,
                 'bar'), (3,
                          'baz')

After:
insert into foo
values (1, 'foo'),
       (2, 'bar'),
       (3, 'baz')
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch fixes the formatting on INSERT by creating a new
instance of sql.Values to group all the values.

SQL: insert into foo values (1, 'foo'), (2, 'bar'), (3, 'baz')

Before:
insert into foo
values (1,
        'foo'), (2,
                 'bar'), (3,
                          'baz')

After:
insert into foo
values (1, 'foo'),
       (2, 'bar'),
       (3, 'baz')
</pre>
</div>
</content>
</entry>
<entry>
<title>Code cleanup.</title>
<updated>2019-03-10T06:31:37+00:00</updated>
<author>
<name>Andreas Albrecht</name>
<email>andreas.albrecht@Admins-MacBook-Pro.local</email>
</author>
<published>2019-03-10T06:31:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=6a7eb243274e1f17c0bb99d65272c4313b9ee08c'/>
<id>6a7eb243274e1f17c0bb99d65272c4313b9ee08c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revamped pprint_tree</title>
<updated>2019-01-07T09:46:39+00:00</updated>
<author>
<name>MrVallentin</name>
<email>vallentinsource@gmail.com</email>
</author>
<published>2018-11-01T12:03:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=d02339582f151d24bacefa636bc3955c2932c29f'/>
<id>d02339582f151d24bacefa636bc3955c2932c29f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright header (fixes #372).</title>
<updated>2018-07-31T06:12:54+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2018-07-31T06:12:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=3853a076c63493f43e969cf4ddd2e642e92f02fb'/>
<id>3853a076c63493f43e969cf4ddd2e642e92f02fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Failing Build - Flake8</title>
<updated>2018-07-28T07:02:47+00:00</updated>
<author>
<name>Kevin Boyette</name>
<email>kevinxboyette@gmail.com</email>
</author>
<published>2018-07-17T23:05:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=5e1d5e234bf2a45881c63c24702bb02d4456db3e'/>
<id>5e1d5e234bf2a45881c63c24702bb02d4456db3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added HAVING class</title>
<updated>2018-07-08T10:48:39+00:00</updated>
<author>
<name>slickholms</name>
<email>kundanjii@yahoo.in</email>
</author>
<published>2018-06-25T09:40:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=8bf78a086f540fc22f0e155031f063a93ce1d4a8'/>
<id>8bf78a086f540fc22f0e155031f063a93ce1d4a8</id>
<content type='text'>
added a class named Having and inherited it with TokenList
It will be easier for further manipulations as a HAVING clause contains multiple conditions just like WHERE clause</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
added a class named Having and inherited it with TokenList
It will be easier for further manipulations as a HAVING clause contains multiple conditions just like WHERE clause</pre>
</div>
</content>
</entry>
<entry>
<title>fix "WITH name" case (#418)</title>
<updated>2018-07-08T10:32:47+00:00</updated>
<author>
<name>andrew deryabin</name>
<email>github@djsf.com</email>
</author>
<published>2018-07-08T10:32:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=71fb55606b6092e7e57d587bd21672dc01a10711'/>
<id>71fb55606b6092e7e57d587bd21672dc01a10711</id>
<content type='text'>
* fix "WITH name" case

* fix "WITH name" case (flake8 fix)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix "WITH name" case

* fix "WITH name" case (flake8 fix)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue with get_real_name returning incorrect name</title>
<updated>2018-03-22T04:04:40+00:00</updated>
<author>
<name>Fredy Wijaya</name>
<email>fredy.wijaya@gmail.com</email>
</author>
<published>2018-03-22T04:01:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=e07e09540d056f2fad0f18acfb8196b42c2ace66'/>
<id>e07e09540d056f2fad0f18acfb8196b42c2ace66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
