<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/sqlparse, branch 0.2.3</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.</title>
<updated>2017-03-02T04:41:20+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>andi@lap-pu35.prounix.local</email>
</author>
<published>2017-03-02T04:41:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=1b9e371ee55a60ecb41dafa4945898424c095dff'/>
<id>1b9e371ee55a60ecb41dafa4945898424c095dff</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 INTO keyword in WHERE clauses (fixes #324).</title>
<updated>2017-03-02T04:37:20+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>andi@lap-pu35.prounix.local</email>
</author>
<published>2017-03-02T04:37:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=59033cc0ea75e160c87a68de6817cad06888cc38'/>
<id>59033cc0ea75e160c87a68de6817cad06888cc38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CONCURRENTLY should be handled as a keyword</title>
<updated>2017-02-09T09:13:06+00:00</updated>
<author>
<name>Rowan Seymour</name>
<email>rowanseymour@gmail.com</email>
</author>
<published>2017-02-09T09:13:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=7c37c7f9132028b5af9c02bcccc33bef1c33787a'/>
<id>7c37c7f9132028b5af9c02bcccc33bef1c33787a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Putting LIMIT on a new line #320</title>
<updated>2017-02-04T15:38:55+00:00</updated>
<author>
<name>Romain Rigaux</name>
<email>romain.rigaux@gmail.com</email>
</author>
<published>2017-02-04T15:38:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=b1c06469189a2ef09980e87ae80495e4d70d0a17'/>
<id>b1c06469189a2ef09980e87ae80495e4d70d0a17</id>
<content type='text'>
https://github.com/andialbrecht/sqlparse/issues/320</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/andialbrecht/sqlparse/issues/320</pre>
</div>
</content>
</entry>
<entry>
<title>Don't treat GROUPS as a keyword, it's too common for table names.</title>
<updated>2017-01-24T11:05:57+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>andi@lap-pu35.prounix.local</email>
</author>
<published>2017-01-24T11:05:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=5a9ed090400b5bce00826d141b58ea6e272297f7'/>
<id>5a9ed090400b5bce00826d141b58ea6e272297f7</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 STATE as a keyword, it causes too much troubles (fixes #296).</title>
<updated>2017-01-23T11:18:59+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>andi@lap-pu35.prounix.local</email>
</author>
<published>2017-01-23T11:18:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=702468a3147883cc0de7a2096d2c23d9c31565eb'/>
<id>702468a3147883cc0de7a2096d2c23d9c31565eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CLI: Add --encoding option</title>
<updated>2017-01-12T03:20:32+00:00</updated>
<author>
<name>Tao Wang</name>
<email>twang2218@gmail.com</email>
</author>
<published>2017-01-11T09:38:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=f6e9141d3131954c7576faf059ceca8a652f3dad'/>
<id>f6e9141d3131954c7576faf059ceca8a652f3dad</id>
<content type='text'>
* Add `--encoding` option with default utf-8
* Make sure input and output are in same encoding
* Add test cases

Signed-off-by: Tao Wang &lt;twang2218@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add `--encoding` option with default utf-8
* Make sure input and output are in same encoding
* Add test cases

Signed-off-by: Tao Wang &lt;twang2218@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix encoding logic/order</title>
<updated>2017-01-11T02:13:32+00:00</updated>
<author>
<name>Victor Uriarte</name>
<email>victor.m.uriarte@intel.com</email>
</author>
<published>2017-01-11T01:52:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=66b36af84fbe6d546b73a207e687234f28bb00a0'/>
<id>66b36af84fbe6d546b73a207e687234f28bb00a0</id>
<content type='text'>
- If user provides an encoding value, use it instead of trying to _guess_ first.
- If no value is provided, then decode with default of utf-8, otherwise
  try with unicode-escape
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- If user provides an encoding value, use it instead of trying to _guess_ first.
- If no value is provided, then decode with default of utf-8, otherwise
  try with unicode-escape
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #315 support utf-8 by default</title>
<updated>2017-01-11T02:00:52+00:00</updated>
<author>
<name>Tao Wang</name>
<email>twang2218@gmail.com</email>
</author>
<published>2017-01-11T00:44:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=a6d372d52469304860902a3eba1bafa412d420f0'/>
<id>a6d372d52469304860902a3eba1bafa412d420f0</id>
<content type='text'>
Signed-off-by: Tao Wang &lt;twang2218@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tao Wang &lt;twang2218@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix _flatten_up_to_token() to be PEP 479 compatible</title>
<updated>2017-01-10T06:24:52+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-01-08T20:53:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=d66b9247d1b1a3aec5f1b78ef40aa018adaa3330'/>
<id>d66b9247d1b1a3aec5f1b78ef40aa018adaa3330</id>
<content type='text'>
Fixes warning during tests:

PendingDeprecationWarning: generator 'ReindentFilter._flatten_up_to_token' raised StopIteration

PEP 479 documentation: https://www.python.org/dev/peps/pep-0479/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes warning during tests:

PendingDeprecationWarning: generator 'ReindentFilter._flatten_up_to_token' raised StopIteration

PEP 479 documentation: https://www.python.org/dev/peps/pep-0479/
</pre>
</div>
</content>
</entry>
</feed>
