<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git, branch 0.1.8</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 to 0.1.8.</title>
<updated>2013-06-29T17:32:02+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-06-29T17:32:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=dbe33de2f50541e875b05a805ef7baed79f495d8'/>
<id>dbe33de2f50541e875b05a805ef7baed79f495d8</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 PEP249-style placeholder (fixes #103).</title>
<updated>2013-06-29T17:14:58+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-06-29T17:12:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=84725ee64570622135bf68d87823643b826d05b6'/>
<id>84725ee64570622135bf68d87823643b826d05b6</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>2013-06-17T19:30:13+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-06-17T19:30:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=4edfd2fe0ac4e6aca1ee014ea47f9d6b13bfcfbe'/>
<id>4edfd2fe0ac4e6aca1ee014ea47f9d6b13bfcfbe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix indentation and simplify processing logic in example (fixes issue98, issue99).</title>
<updated>2013-06-17T19:23:30+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-06-17T19:23:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=b62b79f9550c1d36383c4bb41eb5dd1ca9474a59'/>
<id>b62b79f9550c1d36383c4bb41eb5dd1ca9474a59</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 #100 from rnix/patch-1</title>
<updated>2013-06-17T19:12:40+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-06-17T19:12:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=14ca59da81146014657ded3019c9680e58ea17e4'/>
<id>14ca59da81146014657ded3019c9680e58ea17e4</id>
<content type='text'>
Stop parsing tables at first keyword after "from".</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stop parsing tables at first keyword after "from".</pre>
</div>
</content>
</entry>
<entry>
<title>Stop parsing tables at first keyword after "from".</title>
<updated>2013-06-17T13:56:03+00:00</updated>
<author>
<name>Robert Nix</name>
<email>com.github@rnix.org</email>
</author>
<published>2013-06-17T13:56:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=7d0fb12663479da1dd8b1d9a2ee97527c6c51863'/>
<id>7d0fb12663479da1dd8b1d9a2ee97527c6c51863</id>
<content type='text'>
Currently, the parser isn't smart enough to acknowledge the end of the from-clause list so keywords as table names will still fail. But in simple tests, this solution works.
Best-practice: don't use SQL keywords as table names. :)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, the parser isn't smart enough to acknowledge the end of the from-clause list so keywords as table names will still fail. But in simple tests, this solution works.
Best-practice: don't use SQL keywords as table names. :)</pre>
</div>
</content>
</entry>
<entry>
<title>Allow whitespaces in certain keywords (fixes #97).</title>
<updated>2013-06-17T06:10:06+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-06-17T06:10:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=91a9efe0511ab5b1c769d90c04b8b329fe3173ad'/>
<id>91a9efe0511ab5b1c769d90c04b8b329fe3173ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog.</title>
<updated>2013-06-07T03:42:00+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-06-07T03:42:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=c587a1042b52d49b36756f1d342656413956df62'/>
<id>c587a1042b52d49b36756f1d342656413956df62</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 #95 from mulos/master</title>
<updated>2013-06-07T03:38:57+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-06-07T03:38:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=0c85f133556eebf2928761c3098fd62289d33cdd'/>
<id>0c85f133556eebf2928761c3098fd62289d33cdd</id>
<content type='text'>
Added token 'USE' to keywords</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added token 'USE' to keywords</pre>
</div>
</content>
</entry>
<entry>
<title>Added token 'USE' to keywords</title>
<updated>2013-06-06T14:20:09+00:00</updated>
<author>
<name>mulos</name>
<email>daniel.strackbein@gmail.com</email>
</author>
<published>2013-06-06T14:20:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=4ed66455b6a926824381630ed822836b52ac4789'/>
<id>4ed66455b6a926824381630ed822836b52ac4789</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
