<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/tests/test_format.py, branch 0.3.1</title>
<subtitle>github.com: andialbrecht/sqlparse.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/'/>
<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://trove.baserock.org/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://trove.baserock.org/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://trove.baserock.org/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>
<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://trove.baserock.org/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>Fix reindent issue for parenthesis (fixes issue 427)</title>
<updated>2018-12-03T12:40:26+00:00</updated>
<author>
<name>Fredy Wijaya</name>
<email>fredy.wijaya@gmail.com</email>
</author>
<published>2018-12-01T07:39:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=0e56a02e14b6e2d87b955928d819e77b0d3f5693'/>
<id>0e56a02e14b6e2d87b955928d819e77b0d3f5693</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue with strip_comments causing a syntax error (fixes #425)</title>
<updated>2018-11-22T00:11:28+00:00</updated>
<author>
<name>Fredy Wijaya</name>
<email>fredy.wijaya@gmail.com</email>
</author>
<published>2018-11-22T00:05:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=6c7b89cc8ddbe3159befb4616b70384bf491a29e'/>
<id>6c7b89cc8ddbe3159befb4616b70384bf491a29e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deal with long function params</title>
<updated>2018-03-25T23:38:57+00:00</updated>
<author>
<name>Soloman Weng</name>
<email>soloman1124@gmail.com</email>
</author>
<published>2018-03-25T23:38:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=0fe6e3bac797bdedeeb0714dac080645377f29e2'/>
<id>0fe6e3bac797bdedeeb0714dac080645377f29e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Better formatting when using comma-first notation (issue141).</title>
<updated>2016-09-17T13:35:19+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2016-09-17T13:35:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=b8f73564b747cdb250fcc75fa7aa02f56d6484e0'/>
<id>b8f73564b747cdb250fcc75fa7aa02f56d6484e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add formatter option for comma first notation (fixes #141).</title>
<updated>2016-09-14T16:42:22+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2016-09-14T16:42:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=4d05b441fcb801d320ac52ce90465b74d419ceac'/>
<id>4d05b441fcb801d320ac52ce90465b74d419ceac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split test/asserts that are weakly related</title>
<updated>2016-06-20T14:41:13+00:00</updated>
<author>
<name>Victor Uriarte</name>
<email>victor.m.uriarte@intel.com</email>
</author>
<published>2016-06-19T22:14:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=3aa952d71952cbb0728698bb381dae74d1a1727b'/>
<id>3aa952d71952cbb0728698bb381dae74d1a1727b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
