<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/tests, branch typo</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>Fix typos</title>
<updated>2017-11-29T21:52:15+00:00</updated>
<author>
<name>Victor Uriarte</name>
<email>victor.m.uriarte@intel.com</email>
</author>
<published>2017-11-29T16:56:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=43478c60394e09246ee6275f89ae434e429cc5b5'/>
<id>43478c60394e09246ee6275f89ae434e429cc5b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #364 from jdufresne/flake8</title>
<updated>2017-11-21T10:35:21+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2017-11-21T10:35:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=0a641f9d6e89a8ef50d883c527d1fffd028421bd'/>
<id>0a641f9d6e89a8ef50d883c527d1fffd028421bd</id>
<content type='text'>
Fix flake8 warning with newer flake8 version</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix flake8 warning with newer flake8 version</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unclosed file warnings discovered during tests</title>
<updated>2017-10-29T00:07:09+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-10-29T00:07:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=acaf00cbaf32e7a14e39bcc0a5fd774a5385faa0'/>
<id>acaf00cbaf32e7a14e39bcc0a5fd774a5385faa0</id>
<content type='text'>
Appear as:

  ResourceWarning: unclosed file ...

Always explicitly close files or detach file wrappers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Appear as:

  ResourceWarning: unclosed file ...

Always explicitly close files or detach file wrappers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix flake8 warning with newer flake8 version</title>
<updated>2017-10-28T23:52:24+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-10-28T23:52:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=490c3d90c6b07a35ec60bf146de115a06a839c2a'/>
<id>490c3d90c6b07a35ec60bf146de115a06a839c2a</id>
<content type='text'>
Report "ambiguous variable name 'l'", replace with a more descriptive
name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Report "ambiguous variable name 'l'", replace with a more descriptive
name.
</pre>
</div>
</content>
</entry>
<entry>
<title>Close files during tests.</title>
<updated>2017-09-24T07:14:35+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2017-09-24T07:14:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=bf9ce73e3720bdbf1cc671f35f4f299511d59650'/>
<id>bf9ce73e3720bdbf1cc671f35f4f299511d59650</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix handling of semicolon when grouping assignments (fixes #359).</title>
<updated>2017-09-24T06:54:01+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2017-09-24T06:54:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=097478e47fbc0423118f82a0a7b458c2e9dbea7b'/>
<id>097478e47fbc0423118f82a0a7b458c2e9dbea7b</id>
<content type='text'>
When grouping assignments that contain a semicolon itself, the
engine was too greedy. Assignments with semicolon were introduced
in 691c0400e5a7d8229b7dce09bf47176539add328.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When grouping assignments that contain a semicolon itself, the
engine was too greedy. Assignments with semicolon were introduced
in 691c0400e5a7d8229b7dce09bf47176539add328.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into master</title>
<updated>2017-09-21T08:19:57+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2017-09-21T08:19:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=54551c472bdcb92679872b6bcd8348e5542fd2ee'/>
<id>54551c472bdcb92679872b6bcd8348e5542fd2ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix parsing of UNION ALL after WHERE (fixes #349).</title>
<updated>2017-07-29T08:16:34+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2017-07-29T08:16:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=113897280c612aa839fa9f8bd44bfd720d3729c7'/>
<id>113897280c612aa839fa9f8bd44bfd720d3729c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Recognize MySQL table names starting with digits (fixes #337).</title>
<updated>2017-05-25T06:52:13+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2017-05-25T06:52:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=dc788ab5b1af2e2a4a988b31a09d8d6656853f76'/>
<id>dc788ab5b1af2e2a4a988b31a09d8d6656853f76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adds '1.' option support for float numbers regex</title>
<updated>2017-04-30T16:07:14+00:00</updated>
<author>
<name>atronah</name>
<email>atronah.ds@gmail.com</email>
</author>
<published>2017-04-29T11:49:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=4dd31c48c5ef42ea731e0c6a86b99cb3c89f0a6a'/>
<id>4dd31c48c5ef42ea731e0c6a86b99cb3c89f0a6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
