<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/tests/files, branch 0.4.2</title>
<subtitle>github.com: andialbrecht/sqlparse.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/'/>
<entry>
<title>Fix splitting of statements using CASE ... WHEN (fixes #580).</title>
<updated>2020-09-30T08:15:26+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2020-09-30T08:15:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=d7b1ee37ad71f77b2c7334dd8e76f27b68e18ef6'/>
<id>d7b1ee37ad71f77b2c7334dd8e76f27b68e18ef6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix splitting when using DECLARE ... HANDLER (fixes #581).</title>
<updated>2020-09-30T07:31:40+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2020-09-30T07:31:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=990500a149920b02b2b6e5ffe6e747dea7c6739e'/>
<id>990500a149920b02b2b6e5ffe6e747dea7c6739e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Add in slash comment functionality"</title>
<updated>2019-06-26T10:38:24+00:00</updated>
<author>
<name>Toby Mao</name>
<email>tmao@netflix.com</email>
</author>
<published>2019-03-13T22:39:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=2555e38564a200799db3dda08930bc5c749b9b70'/>
<id>2555e38564a200799db3dda08930bc5c749b9b70</id>
<content type='text'>
This reverts commit 170010e7d709f2145169d23482d006dc56856256.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 170010e7d709f2145169d23482d006dc56856256.
</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://git.baserock.org/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>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://git.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>Parse double dollars (PostgreSQL) as literal strings (fixes #277).</title>
<updated>2016-08-13T15:38:21+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2016-08-13T15:38:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=2893bd1857d685cf892beac3a7429d03cf1a09f1'/>
<id>2893bd1857d685cf892beac3a7429d03cf1a09f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Failing test: stream worked in 0.1.19</title>
<updated>2016-07-22T06:46:36+00:00</updated>
<author>
<name>Gordon McCreight</name>
<email>gordon@mccreight.com</email>
</author>
<published>2016-07-22T06:46:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=1cb94246640ac5583f73511d7a47240340a1e583'/>
<id>1cb94246640ac5583f73511d7a47240340a1e583</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test file for performance tests.</title>
<updated>2013-05-15T06:07:48+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-05-15T06:07:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=8e5036120f79e8628bd3c493bc4815bbcc8427b1'/>
<id>8e5036120f79e8628bd3c493bc4815bbcc8427b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add encoding parameter to top-level functions (fixes issue20).</title>
<updated>2013-04-04T03:54:43+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-04-04T03:54:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=081b23757c1a534baf42f7c099bab471bf20fe83'/>
<id>081b23757c1a534baf42f7c099bab471bf20fe83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added mising sql file for tests</title>
<updated>2012-05-27T13:51:48+00:00</updated>
<author>
<name>Jesús Leganés Combarro "Piranna"</name>
<email>piranna@gmail.com</email>
</author>
<published>2012-05-27T13:51:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=92757b0ee0c1543c14f28d3b045ff11ddf5f4297'/>
<id>92757b0ee0c1543c14f28d3b045ff11ddf5f4297</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
