<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/sqlparse/engine, branch 0.1.17</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>Speed up token_index by providing a starting index.</title>
<updated>2015-10-21T14:45:05+00:00</updated>
<author>
<name>Ryan Wooden</name>
<email>rygwdn@gmail.com</email>
</author>
<published>2015-10-21T14:45:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=2bde1b9e494bc8673e0967a7b1f59150131659cc'/>
<id>2bde1b9e494bc8673e0967a7b1f59150131659cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit number of tokens checked in group_identifier.</title>
<updated>2015-10-21T10:33:56+00:00</updated>
<author>
<name>Ryan Wooden</name>
<email>rygwdn@gmail.com</email>
</author>
<published>2015-10-21T10:33:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=848973f63de36ff3f90a8b7412dc3ee55fbd95f0'/>
<id>848973f63de36ff3f90a8b7412dc3ee55fbd95f0</id>
<content type='text'>
This significantly improves performance when grouping a large list
of IDs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This significantly improves performance when grouping a large list
of IDs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle END IF correctly when splitting statements (fixes #194).</title>
<updated>2015-07-28T18:24:06+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2015-07-28T18:24:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=5d71c27e5194dfc8b8869f3170803e1d18bad6dc'/>
<id>5d71c27e5194dfc8b8869f3170803e1d18bad6dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't treat DECLARE within BEGIN blocks as relevant to split level (fixes #193).</title>
<updated>2015-07-26T08:38:54+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2015-07-26T08:38:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=621e1d84607a158491ce80c47814e51a8c366498'/>
<id>621e1d84607a158491ce80c47814e51a8c366498</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Group square-brackets into identifiers</title>
<updated>2015-03-04T15:41:34+00:00</updated>
<author>
<name>Darik Gamble</name>
<email>darik.gamble@gmail.com</email>
</author>
<published>2015-03-04T15:41:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=b61fe36f718ca4f7c0b4e8d1cb81cc1370877905'/>
<id>b61fe36f718ca4f7c0b4e8d1cb81cc1370877905</id>
<content type='text'>
Indentifier.get_array_indices() looks for square brackets, and yields lists of bracket grouped tokens as array indices
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Indentifier.get_array_indices() looks for square brackets, and yields lists of bracket grouped tokens as array indices
</pre>
</div>
</content>
</entry>
<entry>
<title>Parse square brackets as a group just like parens</title>
<updated>2015-03-04T15:39:53+00:00</updated>
<author>
<name>Darik Gamble</name>
<email>darik.gamble@gmail.com</email>
</author>
<published>2015-03-04T15:39:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=a93029f38fc2a1a182da92cf361d700cbe2b79c2'/>
<id>a93029f38fc2a1a182da92cf361d700cbe2b79c2</id>
<content type='text'>
- add class sql.SquareBrackets
- replace group_parenthesis() with more generic group_brackets(), which groups square and round brackets, so each can contain groups of the other
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add class sql.SquareBrackets
- replace group_parenthesis() with more generic group_brackets(), which groups square and round brackets, so each can contain groups of the other
</pre>
</div>
</content>
</entry>
<entry>
<title>Move _find_matching to a module-level function</title>
<updated>2015-03-04T15:34:47+00:00</updated>
<author>
<name>Darik Gamble</name>
<email>darik.gamble@gmail.com</email>
</author>
<published>2015-03-04T15:34:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=66f00a994437a02a8a2dac81ccdceb88d7013c83'/>
<id>66f00a994437a02a8a2dac81ccdceb88d7013c83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Group adjacent names to allow aliasing without the AS keyword</title>
<updated>2015-02-09T17:59:33+00:00</updated>
<author>
<name>Darik Gamble</name>
<email>darik.gamble@gmail.com</email>
</author>
<published>2015-02-09T16:58:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=72560012be79634cf4a974b2ac1ef1cb6fd29aef'/>
<id>72560012be79634cf4a974b2ac1ef1cb6fd29aef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(postgresql) Add support for square bracket array indexing, by darikg.</title>
<updated>2015-02-08T15:52:15+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2015-02-08T15:52:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=e1b5482b1413591260f41ceb50e97091928f195a'/>
<id>e1b5482b1413591260f41ceb50e97091928f195a</id>
<content type='text'>
Pull request #170 with trivial conflicts resolved.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pull request #170 with trivial conflicts resolved.
</pre>
</div>
</content>
</entry>
<entry>
<title>Group comments to parent object (fixes #160).</title>
<updated>2015-01-17T08:01:11+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2015-01-17T08:01:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=8c5c0684ac61ab7d0c5e77881728c8106f2877f9'/>
<id>8c5c0684ac61ab7d0c5e77881728c8106f2877f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
