<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/CHANGES, branch 0.1.2</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.2.</title>
<updated>2010-11-23T05:23:28+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2010-11-23T05:23:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=26c2abe55a5316a681b8d9023f85a5a13a7b3195'/>
<id>26c2abe55a5316a681b8d9023f85a5a13a7b3195</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mention issue 18 in Changelog.</title>
<updated>2010-11-22T18:24:46+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2010-11-22T18:24:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=748f12f378c5d07d0dc1ec9bd261237ce1ba6be7'/>
<id>748f12f378c5d07d0dc1ec9bd261237ce1ba6be7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore identifiers in double-quotes when changing identifier case (fixes issue21).</title>
<updated>2010-11-21T18:42:57+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2010-11-21T18:42:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=a0bafb0929ce7cee6ce38b368d96f3ae0ae98b25'/>
<id>a0bafb0929ce7cee6ce38b368d96f3ae0ae98b25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add VARCHAR2 and LONG to keywords (fixes issue16, fixes issue19).</title>
<updated>2010-11-21T18:37:02+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2010-11-21T18:37:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=b56308b44ac5f60b757c576fdea4f91c5e215898'/>
<id>b56308b44ac5f60b757c576fdea4f91c5e215898</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore AND after BETWEEN when reindenting statements (fixes issue14).</title>
<updated>2010-11-21T18:23:12+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2010-11-21T18:23:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=e3a64164683e34a597153005386f9ee53396c6a5'/>
<id>e3a64164683e34a597153005386f9ee53396c6a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Group extended identifiers (fixes issue15).</title>
<updated>2010-11-21T11:43:06+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2010-11-21T11:43:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=98b3c40f1c91b4a620a53fabfdbb8100bada15e8'/>
<id>98b3c40f1c91b4a620a53fabfdbb8100bada15e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update CHANGES.</title>
<updated>2010-11-21T07:38:35+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2010-11-21T07:38:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=1789af06e4cced90401ec7dda35c62045fb05667'/>
<id>1789af06e4cced90401ec7dda35c62045fb05667</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve detection of escaped single quotes (fixes issue13, reported by Martin Brochhaus, patch by bluemaro with test case by Dan Carley).</title>
<updated>2010-06-17T18:21:44+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2010-06-17T18:21:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=b737d2093eacf3c34e1eb413192f86f0d8623ecd'/>
<id>b737d2093eacf3c34e1eb413192f86f0d8623ecd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix an issue with trailing whitespaces (reported by Kris).</title>
<updated>2010-02-18T08:58:12+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@googlemail.com</email>
</author>
<published>2010-02-18T08:58:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=fac431b15799fd9561346efcc128e0b5e8aec3d0'/>
<id>fac431b15799fd9561346efcc128e0b5e8aec3d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent WHERE grouper from consuming closing parenthesis (fixes issue9, reported by estama).</title>
<updated>2009-09-12T06:05:34+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2009-09-12T06:05:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=3d13c5d4bb14f76d407285f2a91e7061585fd6da'/>
<id>3d13c5d4bb14f76d407285f2a91e7061585fd6da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
