<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git, branch 0.1.12</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>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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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>
<entry>
<title>Update changelog.</title>
<updated>2014-03-10T12:36:52+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2014-03-10T12:36:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=fb56a27601b7e628f2c3a415fb260ddefcb0f88d'/>
<id>fb56a27601b7e628f2c3a415fb260ddefcb0f88d</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 #132 from petronius/master</title>
<updated>2014-03-10T12:34:43+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2014-03-10T12:34:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=ee9ff5c3eebc3c7579a9a37028fcc5388968a10e'/>
<id>ee9ff5c3eebc3c7579a9a37028fcc5388968a10e</id>
<content type='text'>
Fix SerializerUnicode to split unquoted newlines</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix SerializerUnicode to split unquoted newlines</pre>
</div>
</content>
</entry>
<entry>
<title>Fix SerializerUnicode to split unquoted newlines</title>
<updated>2014-03-10T12:20:38+00:00</updated>
<author>
<name>Michael Schuller</name>
<email>michael.schuller@artlogic.net</email>
</author>
<published>2014-03-07T18:01:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=480e52fddf28fad591f3214ee28c2d2af8842ce1'/>
<id>480e52fddf28fad591f3214ee28c2d2af8842ce1</id>
<content type='text'>
This provides a fix to issue #131. The `split_unquoted_newlines()`
function added to the utils module handles the splitting of the string
by performing a simple iteration of the string passed in and splitting
on unquoted CR, LF, or CR+LFs as they are found.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This provides a fix to issue #131. The `split_unquoted_newlines()`
function added to the utils module handles the splitting of the string
by performing a simple iteration of the string passed in and splitting
on unquoted CR, LF, or CR+LFs as they are found.
</pre>
</div>
</content>
</entry>
</feed>
