<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/tests, branch 0.2.3</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>Fix parsing of INTO keyword in WHERE clauses (fixes #324).</title>
<updated>2017-03-02T04:37:20+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>andi@lap-pu35.prounix.local</email>
</author>
<published>2017-03-02T04:37:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=59033cc0ea75e160c87a68de6817cad06888cc38'/>
<id>59033cc0ea75e160c87a68de6817cad06888cc38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix line length</title>
<updated>2017-02-09T09:33:01+00:00</updated>
<author>
<name>Rowan Seymour</name>
<email>rowanseymour@gmail.com</email>
</author>
<published>2017-02-09T09:33:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=da54c39e30f62f69718e448e003591ce2233ca77'/>
<id>da54c39e30f62f69718e448e003591ce2233ca77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CONCURRENTLY should be handled as a keyword</title>
<updated>2017-02-09T09:13:06+00:00</updated>
<author>
<name>Rowan Seymour</name>
<email>rowanseymour@gmail.com</email>
</author>
<published>2017-02-09T09:13:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=7c37c7f9132028b5af9c02bcccc33bef1c33787a'/>
<id>7c37c7f9132028b5af9c02bcccc33bef1c33787a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update test with new behavior</title>
<updated>2017-02-08T01:47:34+00:00</updated>
<author>
<name>Victor Uriarte</name>
<email>victor.m.uriarte@intel.com</email>
</author>
<published>2017-02-08T01:47:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=18dbc4d3aad10fa5d8fa206e7ba0d15dcf3fc52c'/>
<id>18dbc4d3aad10fa5d8fa206e7ba0d15dcf3fc52c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add another CLI encoding test</title>
<updated>2017-01-23T06:54:27+00:00</updated>
<author>
<name>Victor Uriarte</name>
<email>victor.m.uriarte@intel.com</email>
</author>
<published>2017-01-23T06:49:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=e312917f58542b4c202cb5970f72f49e1e8599f9'/>
<id>e312917f58542b4c202cb5970f72f49e1e8599f9</id>
<content type='text'>
This one I couldn't get to pass on my attempt
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This one I couldn't get to pass on my attempt
</pre>
</div>
</content>
</entry>
<entry>
<title>CLI: Add --encoding option</title>
<updated>2017-01-12T03:20:32+00:00</updated>
<author>
<name>Tao Wang</name>
<email>twang2218@gmail.com</email>
</author>
<published>2017-01-11T09:38:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=f6e9141d3131954c7576faf059ceca8a652f3dad'/>
<id>f6e9141d3131954c7576faf059ceca8a652f3dad</id>
<content type='text'>
* Add `--encoding` option with default utf-8
* Make sure input and output are in same encoding
* Add test cases

Signed-off-by: Tao Wang &lt;twang2218@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add `--encoding` option with default utf-8
* Make sure input and output are in same encoding
* Add test cases

Signed-off-by: Tao Wang &lt;twang2218@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #315 support utf-8 by default</title>
<updated>2017-01-11T02:00:52+00:00</updated>
<author>
<name>Tao Wang</name>
<email>twang2218@gmail.com</email>
</author>
<published>2017-01-11T00:44:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=a6d372d52469304860902a3eba1bafa412d420f0'/>
<id>a6d372d52469304860902a3eba1bafa412d420f0</id>
<content type='text'>
Signed-off-by: Tao Wang &lt;twang2218@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tao Wang &lt;twang2218@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix an edge-case with subselects in CASE clauses.</title>
<updated>2016-10-24T18:45:43+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2016-10-24T18:45:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=e0970cc54af6e441aabfea602e412428d02b7374'/>
<id>e0970cc54af6e441aabfea602e412428d02b7374</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix special case for #284 when statement starts with orphaned AS.</title>
<updated>2016-10-24T18:06:39+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2016-10-24T18:06:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=b68e4b781b8d74b0222411e83a16408a83cde7d6'/>
<id>b68e4b781b8d74b0222411e83a16408a83cde7d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle operator grouping after identifying typecasts (fixes #297).</title>
<updated>2016-10-01T12:07:52+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2016-10-01T12:07:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=f0754a6b6540e37c8aa270975194101024d4b2f8'/>
<id>f0754a6b6540e37c8aa270975194101024d4b2f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
