<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/tests/test_grouping.py, branch rb-parse-create-table</title>
<subtitle>github.com: andialbrecht/sqlparse.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/'/>
<entry>
<title>Format `pr` to pass flake8 and update functions used</title>
<updated>2016-06-06T13:31:35+00:00</updated>
<author>
<name>Victor Uriarte</name>
<email>victor.m.uriarte@intel.com</email>
</author>
<published>2016-06-05T04:57:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=a7c7d9586208516de372cb01203b48a53f7095fb'/>
<id>a7c7d9586208516de372cb01203b48a53f7095fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add filter `Spaces around Operators`</title>
<updated>2016-06-06T13:31:35+00:00</updated>
<author>
<name>Adam Greenhall</name>
<email>agreenhall@lyft.com</email>
</author>
<published>2015-09-12T21:49:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=2928a7c8f1192b8376795368825c2cf2dae243c3'/>
<id>2928a7c8f1192b8376795368825c2cf2dae243c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test: Subquery Ident-lists grouping alias bug</title>
<updated>2016-06-06T13:31:35+00:00</updated>
<author>
<name>Adam Greenhall</name>
<email>agreenhall@lyft.com</email>
</author>
<published>2015-09-12T07:56:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=4c70aeaa2a8b1652553cc5a10bd593694cb3073f'/>
<id>4c70aeaa2a8b1652553cc5a10bd593694cb3073f</id>
<content type='text'>
Not being grouped correctly when aliased
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not being grouped correctly when aliased
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test that wasn't evaluating</title>
<updated>2016-06-04T18:08:23+00:00</updated>
<author>
<name>Victor Uriarte</name>
<email>victor.m.uriarte@intel.com</email>
</author>
<published>2016-05-31T05:34:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=f5ff827bf168a83cb5062852f179dacdf2bcf755'/>
<id>f5ff827bf168a83cb5062852f179dacdf2bcf755</id>
<content type='text'>
AssertTrue wasn't comparing the value,
just checking if value was not False
Fix and changed AssertTrue to Assert_ to match style
used else throught tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
AssertTrue wasn't comparing the value,
just checking if value was not False
Fix and changed AssertTrue to Assert_ to match style
used else throught tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #236 from koljonen/using_directly_followed_by_parenthesis</title>
<updated>2016-05-28T13:07:42+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2016-05-28T13:07:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=16356db18ff6e3206ce08aa50551780bc1b749da'/>
<id>16356db18ff6e3206ce08aa50551780bc1b749da</id>
<content type='text'>
Recognize USING as a keyword in 'USING(', not just in 'USING ('</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Recognize USING as a keyword in 'USING(', not just in 'USING ('</pre>
</div>
</content>
</entry>
<entry>
<title>Recognize USING as a keyword in 'USING(', not just in 'USING ('</title>
<updated>2016-05-14T20:04:31+00:00</updated>
<author>
<name>koljonen</name>
<email>koljonen@outlook.com</email>
</author>
<published>2016-05-14T19:54:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=26b5385babe69ced19e02dc4643a91f6aaf3a1a6'/>
<id>26b5385babe69ced19e02dc4643a91f6aaf3a1a6</id>
<content type='text'>
These were previously caught by (r'[^\W\d_]\w*(?=[.(])', tokens.Name), so I added a special regex just above that one.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These were previously caught by (r'[^\W\d_]\w*(?=[.(])', tokens.Name), so I added a special regex just above that one.
</pre>
</div>
</content>
</entry>
<entry>
<title>separate identifier grouping into its components</title>
<updated>2016-05-11T04:50:46+00:00</updated>
<author>
<name>Victor Uriarte</name>
<email>victor.m.uriarte@intel.com</email>
</author>
<published>2016-05-11T04:50:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=1e770d9b99983fa82375b71c5b3f5d8c6bb1a72e'/>
<id>1e770d9b99983fa82375b71c5b3f5d8c6bb1a72e</id>
<content type='text'>
leaving sql.Operations in for future PR
small behavior changed for invalid identifier
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
leaving sql.Operations in for future PR
small behavior changed for invalid identifier
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve identifier parsing when identifier is a literal combined with order keyword (fixes #101).</title>
<updated>2016-04-06T07:41:31+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2016-04-06T07:41:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=9ab1464ea9c1d0296d698d9637ed3e3cd92326f9'/>
<id>9ab1464ea9c1d0296d698d9637ed3e3cd92326f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Code cleanup</title>
<updated>2016-04-06T06:43:53+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2016-04-06T06:43:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=baeea12b776b1f4477ee5af80aaa2e7c44fadf0e'/>
<id>baeea12b776b1f4477ee5af80aaa2e7c44fadf0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #230 (function comparison grouping)</title>
<updated>2016-04-05T08:17:15+00:00</updated>
<author>
<name>saaj</name>
<email>id@saaj.me</email>
</author>
<published>2016-04-05T08:15:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=c63737f9d2ec4b7ac2e2579b2583daff6700f462'/>
<id>c63737f9d2ec4b7ac2e2579b2583daff6700f462</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
