<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/sqlparse, 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>Bump version.</title>
<updated>2019-03-11T18:18:20+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2019-03-11T18:18:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=93d7718e486c715849b291c35f8bbc5672a1a5de'/>
<id>93d7718e486c715849b291c35f8bbc5672a1a5de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Remove unnecessary compat shim for bytes</title>
<updated>2019-03-10T08:03:42+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-12-28T20:46:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=c9a490abf869eddf5b88de57c17d7a6c6c643ed8'/>
<id>c9a490abf869eddf5b88de57c17d7a6c6c643ed8</id>
<content type='text'>
Both Python 2.7 and Python 3 have the type bytes. On Python 2.7, it is
an alias of str, same as was previously defined in compat.py. Makes the
code slightly more compatible with Python 3 style syntax. Observe:

    $ python2
    &gt;&gt;&gt; bytes
    &lt;type 'str'&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Both Python 2.7 and Python 3 have the type bytes. On Python 2.7, it is
an alias of str, same as was previously defined in compat.py. Makes the
code slightly more compatible with Python 3 style syntax. Observe:

    $ python2
    &gt;&gt;&gt; bytes
    &lt;type 'str'&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[tokenizer] Addressing @andialbrecht comments</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-15T23:46:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=9aab1d2fc5c1ea9435bec404fa33b844996f2a4b'/>
<id>9aab1d2fc5c1ea9435bec404fa33b844996f2a4b</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>[keywords] Adding Calcite temporal keywords</title>
<updated>2019-03-10T07:55:38+00:00</updated>
<author>
<name>John Bodley</name>
<email>john.bodley@airbnb.com</email>
</author>
<published>2019-02-12T17:58:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=8fd25a972b3d4123cee9ceb8276bc834507753ef'/>
<id>8fd25a972b3d4123cee9ceb8276bc834507753ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add in slash comment functionality</title>
<updated>2019-03-10T07:53:11+00:00</updated>
<author>
<name>Ian Robertson</name>
<email>ian.robertson@capitalone.com</email>
</author>
<published>2019-01-14T14:38:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=170010e7d709f2145169d23482d006dc56856256'/>
<id>170010e7d709f2145169d23482d006dc56856256</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[filters] Stripping parenthesis whitespace</title>
<updated>2019-03-10T07:09:46+00:00</updated>
<author>
<name>John Bodley</name>
<email>john.bodley@airbnb.com</email>
</author>
<published>2019-02-28T05:18:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=5faadeba8e337a7344907e1eae2abb07392d9ce0'/>
<id>5faadeba8e337a7344907e1eae2abb07392d9ce0</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>Merge branch 'issue_425' of https://github.com/fredyw/sqlparse into fredyw-issue_425</title>
<updated>2019-03-10T06:46:06+00:00</updated>
<author>
<name>Andreas Albrecht</name>
<email>andreas.albrecht@Admins-MacBook-Pro.local</email>
</author>
<published>2019-03-10T06:46:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=dcf8eb2c1012d2ba7424a351e3bd063e8cf70b8e'/>
<id>dcf8eb2c1012d2ba7424a351e3bd063e8cf70b8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
