<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/sqlparse/sql.py, branch 0.1.14</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>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>Support for BEGIN/END blocks, add FOREACH keyword.</title>
<updated>2013-11-19T07:11:58+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-11-19T07:11:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=f871291d33df018bf38cd62df3781456c8914210'/>
<id>f871291d33df018bf38cd62df3781456c8914210</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve grouping of expressions (targets #23).</title>
<updated>2013-10-24T06:38:21+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-10-24T06:38:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=c08c750e799af5c17ccbebf9b34b95a38f8cfb55'/>
<id>c08c750e799af5c17ccbebf9b34b95a38f8cfb55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add skip_ws flag to Token.insert_after (fixes #108).</title>
<updated>2013-08-30T10:31:57+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-08-30T10:31:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=32ab737bc4029ea0602c71fd37a0f46a3889a154'/>
<id>32ab737bc4029ea0602c71fd37a0f46a3889a154</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Function.get_parameters (issue93).</title>
<updated>2013-05-09T08:05:46+00:00</updated>
<author>
<name>wayne.wuw</name>
<email>wayne.wuw@alibaba-inc.com</email>
</author>
<published>2013-05-09T08:05:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=4a4b00e00c6bc6ea2114b381605e12c71fd06562'/>
<id>4a4b00e00c6bc6ea2114b381605e12c71fd06562</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add order criterion to identifier in ORDER BY clause (fixes #89).</title>
<updated>2013-04-05T03:46:41+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-04-05T03:46:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=341143e294c842d700dfd3c6a6224c05d8b8b8d6'/>
<id>341143e294c842d700dfd3c6a6224c05d8b8b8d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add minimal changes to support Python 2.4.</title>
<updated>2013-02-28T07:22:45+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-02-28T07:22:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=58134785ce80f43529c328e1c36a45739f3d84eb'/>
<id>58134785ce80f43529c328e1c36a45739f3d84eb</id>
<content type='text'>
Fair warning: Support for Python 2.4 may be dropped at any time. But as long as the changes are
that minimal and have no significant side-effects we can keep up the compatibility.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fair warning: Support for Python 2.4 may be dropped at any time. But as long as the changes are
that minimal and have no significant side-effects we can keep up the compatibility.
</pre>
</div>
</content>
</entry>
<entry>
<title>Helper function to return a token at a specific offset.</title>
<updated>2013-01-27T09:21:37+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-01-27T09:21:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=f6c3a0f124becdaeacfb755d7ba61ffc7c032337'/>
<id>f6c3a0f124becdaeacfb755d7ba61ffc7c032337</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc updates.</title>
<updated>2013-01-01T13:35:46+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-01-01T13:35:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=d298f83c4f9d432d1b170c66d4115addefe0b21a'/>
<id>d298f83c4f9d432d1b170c66d4115addefe0b21a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
