<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/sqlparse, branch 0.1.12</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.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>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>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>
<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://91.123.203.49/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>
<entry>
<title>Improve handling of NULL in aliased identifiers.</title>
<updated>2014-03-03T06:55:06+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2014-03-03T06:55:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=e6d86edf4454153c655ba548b5698a4dbe5a10fd'/>
<id>e6d86edf4454153c655ba548b5698a4dbe5a10fd</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.11</title>
<updated>2014-02-07T20:35:12+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>andi@lap-pu35</email>
</author>
<published>2014-02-07T20:35:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=fcf41c86cd0f1370a5f77ffa83334c803e82157f'/>
<id>fcf41c86cd0f1370a5f77ffa83334c803e82157f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Function.get_parameters() returning empty list for SQL functions that have a single nested function as a param</title>
<updated>2014-02-05T16:49:15+00:00</updated>
<author>
<name>spigwitmer</name>
<email>itgpmc@gmail.com</email>
</author>
<published>2014-02-05T16:49:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=cb4aff931dbc2027a9e504368a128d1fbbc5b1d8'/>
<id>cb4aff931dbc2027a9e504368a128d1fbbc5b1d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Function.get_parameters() with 1 literal as its parameter</title>
<updated>2014-02-04T22:08:55+00:00</updated>
<author>
<name>spigwitmer</name>
<email>itgpmc@gmail.com</email>
</author>
<published>2014-02-04T22:08:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=f00a59e1b25c466da1d2612405f7abb7c93db207'/>
<id>f00a59e1b25c466da1d2612405f7abb7c93db207</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix parsing and formatting of statements containing EXCEPT keyword.</title>
<updated>2014-01-28T14:16:12+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2014-01-28T14:16:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=d74ea26ec3a7f189ec00f6b949fd95082ba5b204'/>
<id>d74ea26ec3a7f189ec00f6b949fd95082ba5b204</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
