<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/sqlparse, 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>Bump version number.</title>
<updated>2015-10-24T06:07:29+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>andi@localhost.localdomain</email>
</author>
<published>2015-10-24T06:07:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=9f638ed86f1103b44b9c061500f7133c29ba8676'/>
<id>9f638ed86f1103b44b9c061500f7133c29ba8676</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Switch back to development.</title>
<updated>2015-07-26T09:25:00+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2015-07-26T09:25:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=8987a3a6b540ea35bbb1f9c5f49f3306501289cd'/>
<id>8987a3a6b540ea35bbb1f9c5f49f3306501289cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare next release.</title>
<updated>2015-07-26T09:23:44+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2015-07-26T09:23:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=14ddedee47808ac1cc8e21f32907b01af6af4efc'/>
<id>14ddedee47808ac1cc8e21f32907b01af6af4efc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore comments at beginning of statement when calling Statement.get_type (fixes #186).</title>
<updated>2015-07-26T09:20:49+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2015-07-26T09:20:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=fb6b59dece40a608a1c6cf741a4ac6ee88d85d2f'/>
<id>fb6b59dece40a608a1c6cf741a4ac6ee88d85d2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Recognize MSSQL temp tables and distinguish from MySQL comments (fixes #192).</title>
<updated>2015-07-26T09:05:58+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2015-07-26T09:05:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=8b5a957f4dad82fda0dc174538fdaf0860a9256a'/>
<id>8b5a957f4dad82fda0dc174538fdaf0860a9256a</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>Improve detection of aliased identifiers (fixes #185).</title>
<updated>2015-04-19T00:11:39+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2015-04-19T00:11:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=d9b717a12da7805d5a37b6b659300e449c42bd2f'/>
<id>d9b717a12da7805d5a37b6b659300e449c42bd2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
