<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/tests/test_grouping.py, branch 0.1.15</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>Never interpret IN keyword as function name (fixes #183).</title>
<updated>2015-04-12T05:37:01+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2015-04-12T05:37:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=f775030692222a5a0b296284328276b65259cc02'/>
<id>f775030692222a5a0b296284328276b65259cc02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a bunch of extra tests for assigning aliases without the AS keyword</title>
<updated>2015-02-09T17:59:37+00:00</updated>
<author>
<name>Darik Gamble</name>
<email>darik.gamble@gmail.com</email>
</author>
<published>2015-02-09T17:17:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=6f134c67b6c89c2985e29bd5bc4c809cc16c06a5'/>
<id>6f134c67b6c89c2985e29bd5bc4c809cc16c06a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test</title>
<updated>2015-02-09T17:59:37+00:00</updated>
<author>
<name>Darik Gamble</name>
<email>darik.gamble@gmail.com</email>
</author>
<published>2015-02-09T17:16:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=2f5e0b7476381f5fda9e240d6e0e4f9c35261211'/>
<id>2f5e0b7476381f5fda9e240d6e0e4f9c35261211</id>
<content type='text'>
Previously, in this test, "(select y from foo where bar = 1) z" was parsed as &lt;Parens&gt;&lt;Whitespace&gt;&lt;Name z&gt;.
It is now parsing as &lt;Identifier alias z&gt;, so change the nested token indexing to match
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, in this test, "(select y from foo where bar = 1) z" was parsed as &lt;Parens&gt;&lt;Whitespace&gt;&lt;Name z&gt;.
It is now parsing as &lt;Identifier alias z&gt;, so change the nested token indexing to match
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test</title>
<updated>2015-02-09T17:59:36+00:00</updated>
<author>
<name>Darik Gamble</name>
<email>darik.gamble@gmail.com</email>
</author>
<published>2015-02-09T17:13:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=4b13d3907fc0f6101a1a5dcf4a0f87ecca4dcdd2'/>
<id>4b13d3907fc0f6101a1a5dcf4a0f87ecca4dcdd2</id>
<content type='text'>
In this test, "(y2) bar" was previously parsed as &lt;Parens "y2"&gt;&lt;whitespace&gt;&lt;Name bar&gt;,
Similarly (x3) x2 was &lt;Parens&gt;&lt;whitespace&gt;&lt;Name x2&gt;,
now &lt;Identifier alias x2&gt;. Change the number of top level tokens and nested token
indexing to match.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In this test, "(y2) bar" was previously parsed as &lt;Parens "y2"&gt;&lt;whitespace&gt;&lt;Name bar&gt;,
Similarly (x3) x2 was &lt;Parens&gt;&lt;whitespace&gt;&lt;Name x2&gt;,
now &lt;Identifier alias x2&gt;. Change the number of top level tokens and nested token
indexing to match.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve parsing of inline comments for identifiers (fixes #163).</title>
<updated>2015-01-16T20:45:32+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2015-01-16T20:45:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=a17db7a7557056728acf5506d3dea6841ad55fa9'/>
<id>a17db7a7557056728acf5506d3dea6841ad55fa9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Better handling of floats in UPDATE statements (issue145).</title>
<updated>2014-11-30T05:48:25+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2014-11-30T05:48:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=dcd67a6e21c2fb523caa5dc9c41e62fcd4e45319'/>
<id>dcd67a6e21c2fb523caa5dc9c41e62fcd4e45319</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle single quoted strings in comparisons correctly (fixes issue148).</title>
<updated>2014-10-29T07:35:58+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2014-10-29T07:35:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=0619bb662fb102eabb78f7059270d5766812c1e1'/>
<id>0619bb662fb102eabb78f7059270d5766812c1e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve parsing of string literals in columns.</title>
<updated>2014-01-10T16:45:51+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2014-01-10T16:45:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=25dabec661637ca5cab1a9047a76bee05cfa653f'/>
<id>25dabec661637ca5cab1a9047a76bee05cfa653f</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://git.baserock.org/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://git.baserock.org/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>
</feed>
