<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/sqlparse/utils.py, branch 0.1.15</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>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>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>Fixed bug on __getitem__ (infinite loop because pop() use it already)</title>
<updated>2012-05-19T21:52:53+00:00</updated>
<author>
<name>Jesús Leganés Combarro "Piranna"</name>
<email>piranna@gmail.com</email>
</author>
<published>2012-05-19T21:52:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=26986faad381f72078921d15f777024ff88fd15c'/>
<id>26986faad381f72078921d15f777024ff88fd15c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>I always forget to remove the prints for testing... :-P</title>
<updated>2012-05-19T21:44:24+00:00</updated>
<author>
<name>Jesús Leganés Combarro "Piranna"</name>
<email>piranna@gmail.com</email>
</author>
<published>2012-05-19T21:44:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=ba9f29071a4011521cfe685ba1de30004b413ae6'/>
<id>ba9f29071a4011521cfe685ba1de30004b413ae6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved cache system</title>
<updated>2012-05-19T21:35:39+00:00</updated>
<author>
<name>Jesús Leganés Combarro "Piranna"</name>
<email>piranna@gmail.com</email>
</author>
<published>2012-05-19T21:35:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=3a7da1ca3402580e008ed8cd81addd43287acd47'/>
<id>3a7da1ca3402580e008ed8cd81addd43287acd47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed regression thanks to idea from functools.lru_cache()</title>
<updated>2012-05-19T20:32:26+00:00</updated>
<author>
<name>Jesús Leganés Combarro "Piranna"</name>
<email>piranna@gmail.com</email>
</author>
<published>2012-05-19T20:32:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=0a43050ab370a90f1036f37bf27b082e40419546'/>
<id>0a43050ab370a90f1036f37bf27b082e40419546</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into antiorm</title>
<updated>2012-05-19T19:43:54+00:00</updated>
<author>
<name>Jesús Leganés Combarro "Piranna"</name>
<email>piranna@gmail.com</email>
</author>
<published>2012-05-19T19:43:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=59bfe75aaec583fdb92668819f021ba18c4595e3'/>
<id>59bfe75aaec583fdb92668819f021ba18c4595e3</id>
<content type='text'>
Conflicts:
	sqlparse/filters.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	sqlparse/filters.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Added limit to cache</title>
<updated>2012-05-19T17:21:00+00:00</updated>
<author>
<name>Jesús Leganés Combarro "Piranna"</name>
<email>piranna@gmail.com</email>
</author>
<published>2012-05-19T17:21:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=7e532bcd9af6f36280f497346d50b4cdd028cfbf'/>
<id>7e532bcd9af6f36280f497346d50b4cdd028cfbf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added memoize_generator and use it on IncludeStatement</title>
<updated>2012-05-17T20:34:54+00:00</updated>
<author>
<name>Jesús Leganés Combarro "Piranna"</name>
<email>piranna@gmail.com</email>
</author>
<published>2012-05-17T20:34:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=8b3e88e60d8773ef2432bdc511ed7eaf1dc09a14'/>
<id>8b3e88e60d8773ef2432bdc511ed7eaf1dc09a14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
