<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git, branch 0.1.13</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>Preparing 0.1.13.</title>
<updated>2014-10-09T03:51:34+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2014-10-09T03:51:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=991e7348075accae6d08025212251af21e92e664'/>
<id>991e7348075accae6d08025212251af21e92e664</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Changelog.</title>
<updated>2014-10-08T04:29:47+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2014-10-08T04:29:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=0f252031aaf5bd5d543a7fe8541c17f19965fa15'/>
<id>0f252031aaf5bd5d543a7fe8541c17f19965fa15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a regression introduced in 0.1.12.</title>
<updated>2014-10-08T04:28:06+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2014-10-08T04:28:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=6ef659ffbc0f4a2d1b9f4fda60e4038f8bfd25c9'/>
<id>6ef659ffbc0f4a2d1b9f4fda60e4038f8bfd25c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Preparing 0.1.12.</title>
<updated>2014-09-20T16:52:30+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2014-09-20T16:52:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=e0430495417dd1601a3c6a4fd716e16d3534323a'/>
<id>e0430495417dd1601a3c6a4fd716e16d3534323a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Changelog and AUTHORS.</title>
<updated>2014-08-08T11:03:15+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2014-08-08T11:03:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=4781722d095af29e038eeed210c371614dc101f6'/>
<id>4781722d095af29e038eeed210c371614dc101f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #143 from fusionbox/master</title>
<updated>2014-08-08T10:59:51+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2014-08-08T10:59:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=81479273e5e669abfcd410c4bc85dd39bf89bb2e'/>
<id>81479273e5e669abfcd410c4bc85dd39bf89bb2e</id>
<content type='text'>
Handle modulo operator without spaces</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle modulo operator without spaces</pre>
</div>
</content>
</entry>
<entry>
<title>Handle modulo operator without spaces</title>
<updated>2014-08-07T20:12:46+00:00</updated>
<author>
<name>Gavin Wahl</name>
<email>gwahl@fusionbox.com</email>
</author>
<published>2014-08-07T20:12:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=8ffe95af292e0930b7126aae1905a97f7ebdfb24'/>
<id>8ffe95af292e0930b7126aae1905a97f7ebdfb24</id>
<content type='text'>
`x %3` should be interpreted as a modulo operation, not a parameter
marker.

Co-authored-by: Rocky Meza &lt;rmeza@fusionbox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`x %3` should be interpreted as a modulo operation, not a parameter
marker.

Co-authored-by: Rocky Meza &lt;rmeza@fusionbox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #142 from petronius/master</title>
<updated>2014-08-01T06:17:57+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2014-08-01T06:17:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=8f5f638b1a0c0759adf122450f9027f47a4a220e'/>
<id>8f5f638b1a0c0759adf122450f9027f47a4a220e</id>
<content type='text'>
Improved sqlparse.utils.split_unquoted_newlines()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improved sqlparse.utils.split_unquoted_newlines()</pre>
</div>
</content>
</entry>
<entry>
<title>Improved sqlparse.utils.split_unquoted_newlines()</title>
<updated>2014-07-31T17:16:14+00:00</updated>
<author>
<name>Michael Schuller</name>
<email>michael.schuller@artlogic.net</email>
</author>
<published>2014-07-31T17:16:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=377031a193a9554f775f7d6fe92a2d9be2a2d011'/>
<id>377031a193a9554f775f7d6fe92a2d9be2a2d011</id>
<content type='text'>
I've modified this function to use a regular expression for most of the
work. This makes it much, much faster, especially for large queries.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I've modified this function to use a regular expression for most of the
work. This makes it much, much faster, especially for large queries.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve parsing of identifier lists containing placeholders.</title>
<updated>2014-03-18T19:01:17+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2014-03-18T19:01:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=5d69341822ca11f7b2cbe90101cddc316498b2c8'/>
<id>5d69341822ca11f7b2cbe90101cddc316498b2c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
