<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/tests/test_split.py, branch 0.1.7</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>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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>
<entry>
<title>Improve statement detection for DECLARE statements outside function/procedure definitions.</title>
<updated>2010-06-23T05:37:16+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2010-06-23T05:37:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=cc01ab2971981bdcbc3cdbb10b36b202b4655a12'/>
<id>cc01ab2971981bdcbc3cdbb10b36b202b4655a12</id>
<content type='text'>
The parser didn't recognized DECLARE statements outside
function/procedure definitions correctly and assumed that a
non-separating semicolon follows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The parser didn't recognized DECLARE statements outside
function/procedure definitions correctly and assumed that a
non-separating semicolon follows.
</pre>
</div>
</content>
</entry>
<entry>
<title>Turn relative import in tests module to absolute imports.</title>
<updated>2009-04-30T04:58:49+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2009-04-30T04:58:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=dcf78718d3761e222a8f62f6c2b3a3f215584d45'/>
<id>dcf78718d3761e222a8f62f6c2b3a3f215584d45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial import.</title>
<updated>2009-04-03T19:26:42+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2009-04-03T19:26:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=361122eb22d5681c58dac731009e4814b3dd5fa5'/>
<id>361122eb22d5681c58dac731009e4814b3dd5fa5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
