<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/sqlparse/sql.py, 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>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>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>
<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 get_parent_name() from Identifer to TokenList (so Function can use it)</title>
<updated>2015-02-09T17:59:35+00:00</updated>
<author>
<name>Darik Gamble</name>
<email>darik.gamble@gmail.com</email>
</author>
<published>2015-02-09T17:05:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=eb6ee3cade7a0ebbb45ddeae29a50fcb1405c5ae'/>
<id>eb6ee3cade7a0ebbb45ddeae29a50fcb1405c5ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>get_name() uses _get_first_name()</title>
<updated>2015-02-09T17:59:35+00:00</updated>
<author>
<name>Darik Gamble</name>
<email>darik.gamble@gmail.com</email>
</author>
<published>2015-02-09T17:02:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=b8cb68cce836ca381dbf9aee284b03791e06f5fc'/>
<id>b8cb68cce836ca381dbf9aee284b03791e06f5fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>get_alias() uses _get_first_name(), and searches in reverse for "column expression alias"</title>
<updated>2015-02-09T17:59:34+00:00</updated>
<author>
<name>Darik Gamble</name>
<email>darik.gamble@gmail.com</email>
</author>
<published>2015-02-09T17:01:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=d29cadef7539515d646e1c83e5fcf92415867886'/>
<id>d29cadef7539515d646e1c83e5fcf92415867886</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TokenList convenience method _get_first_name</title>
<updated>2015-02-09T17:59:34+00:00</updated>
<author>
<name>Darik Gamble</name>
<email>darik.gamble@gmail.com</email>
</author>
<published>2015-02-09T16:59:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=8a23215952c409f8cc1eae1f25a3160b32e8cbdf'/>
<id>8a23215952c409f8cc1eae1f25a3160b32e8cbdf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
