<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/tests/test_split.py, branch rb-parse-create-table</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>Use compat module for single Python 2/3 code base.</title>
<updated>2015-10-26T18:40:29+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2015-10-26T18:40:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=e6a51a0bc3f87e284de74cec838d3ee98c2f9cf5'/>
<id>e6a51a0bc3f87e284de74cec838d3ee98c2f9cf5</id>
<content type='text'>
This change includes minor fixes and code cleanup too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change includes minor fixes and code cleanup too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Recognize escaped backslashes within strings</title>
<updated>2015-02-26T20:32:46+00:00</updated>
<author>
<name>casey</name>
<email>casey@cloudera.com</email>
</author>
<published>2015-02-26T20:32:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=e75e35869473832a1eb67772b1adfee2db11b85a'/>
<id>e75e35869473832a1eb67772b1adfee2db11b85a</id>
<content type='text'>
Previously if a single quoted string ended with an escaped backslash,
parsing would not consider the string to be terminated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously if a single quoted string ended with an escaped backslash,
parsing would not consider the string to be terminated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Strip leading and trailing whitespaces from splitted statements.</title>
<updated>2013-05-15T06:14:12+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-05-15T06:14:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=abbcdcf9e135cb3f432041caa434cedd7048d788'/>
<id>abbcdcf9e135cb3f432041caa434cedd7048d788</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PEP8'ified to code a bit.</title>
<updated>2012-11-12T13:39:50+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2012-11-12T05:43:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=f4876322e7fe36923d4eb89757a844b3d90be306'/>
<id>f4876322e7fe36923d4eb89757a844b3d90be306</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>splitstream -&gt; parsestream</title>
<updated>2012-04-21T20:37:30+00:00</updated>
<author>
<name>quest</name>
<email>quest@wonky.windwards.net</email>
</author>
<published>2012-04-21T20:37:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=1e3fbade7c80d917b4d727e9cef781b21be2fdf6'/>
<id>1e3fbade7c80d917b4d727e9cef781b21be2fdf6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Always use a stream internally; makes things more readable.</title>
<updated>2012-04-21T18:18:42+00:00</updated>
<author>
<name>quest</name>
<email>quest@wonky.windwards.net</email>
</author>
<published>2012-04-21T18:18:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=13274ebb0d66b64363145bf23b6aa824845f61be'/>
<id>13274ebb0d66b64363145bf23b6aa824845f61be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>We can now work with file-like objects.</title>
<updated>2012-04-21T17:57:26+00:00</updated>
<author>
<name>quest</name>
<email>quest@wonky.windwards.net</email>
</author>
<published>2012-04-21T17:57:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=7631460377274f6a9e074c974e2d63dafb1938eb'/>
<id>7631460377274f6a9e074c974e2d63dafb1938eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added test for Issue 57</title>
<updated>2012-01-23T09:51:33+00:00</updated>
<author>
<name>Jesús Leganés Combarro "Piranna"</name>
<email>piranna@gmail.com</email>
</author>
<published>2012-01-23T09:51:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=a911e95665b303a898d6e2de44a1327c0c271c8f'/>
<id>a911e95665b303a898d6e2de44a1327c0c271c8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split statements with IF as functions correctly (fixes issue33).</title>
<updated>2011-07-23T22:37:47+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2011-07-23T22:37:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=693d7a31c1fff960763ff3ba485142ce67ff708f'/>
<id>693d7a31c1fff960763ff3ba485142ce67ff708f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Match single line comments at end of string.</title>
<updated>2010-11-14T21:03:13+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2010-11-14T21:03:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=fbaf4c2b596239e2ba2b88e36ac671672d94b1f3'/>
<id>fbaf4c2b596239e2ba2b88e36ac671672d94b1f3</id>
<content type='text'>
The bug was reported for CrunchyFrog: http://code.google.com/p/crunchyfrog/issues/detail?id=88
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The bug was reported for CrunchyFrog: http://code.google.com/p/crunchyfrog/issues/detail?id=88
</pre>
</div>
</content>
</entry>
</feed>
