<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/sqlparse/lexer.py, branch 0.1.2</title>
<subtitle>github.com: andialbrecht/sqlparse.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/'/>
<entry>
<title>Add NOT NULL as keyword (fixes issue18).</title>
<updated>2010-11-22T18:23:52+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2010-11-22T18:23:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=ba2e63a136d639096a3528846ddf55d16ed83508'/>
<id>ba2e63a136d639096a3528846ddf55d16ed83508</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Match single line comments at end of string.</title>
<updated>2010-11-14T21:03:13+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2010-11-14T21:03:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=fbaf4c2b596239e2ba2b88e36ac671672d94b1f3'/>
<id>fbaf4c2b596239e2ba2b88e36ac671672d94b1f3</id>
<content type='text'>
The bug was reported for CrunchyFrog: http://code.google.com/p/crunchyfrog/issues/detail?id=88
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The bug was reported for CrunchyFrog: http://code.google.com/p/crunchyfrog/issues/detail?id=88
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo: Comparsion -&gt; Comparison.</title>
<updated>2010-07-04T19:17:52+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2010-07-04T19:17:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=09a80107b8f5c6e12e54cafed6838aef5bd800bf'/>
<id>09a80107b8f5c6e12e54cafed6838aef5bd800bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PEP8: Code cleanup.</title>
<updated>2010-07-04T18:53:02+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2010-07-04T18:53:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=3bfa75a7d2042cdd56245034b9467b28f578ce9c'/>
<id>3bfa75a7d2042cdd56245034b9467b28f578ce9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up imports.</title>
<updated>2010-07-04T18:32:48+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2010-07-04T18:32:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=2a090575f6d0571208a6d3a6ae57c31c4adbc653'/>
<id>2a090575f6d0571208a6d3a6ae57c31c4adbc653</id>
<content type='text'>
Removed wildcard imports, mainly to keep pyflakes quiet. But this
change lifted some wrong imports and class usage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed wildcard imports, mainly to keep pyflakes quiet. But this
change lifted some wrong imports and class usage.
</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://trove.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>Distinguish between operators that are part of a comparsion and others.</title>
<updated>2009-07-12T07:28:05+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2009-07-12T07:28:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=9114ff791c224f8edfa6f1ff00ae57e8e3296f75'/>
<id>9114ff791c224f8edfa6f1ff00ae57e8e3296f75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix incorrect detection of keyword fragments in names (fixes issue7, reported and initial patch by andyboyko).</title>
<updated>2009-06-24T04:13:29+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2009-06-24T04:13:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=d47657d07ab900604547efd0a4eb288775ad43b9'/>
<id>d47657d07ab900604547efd0a4eb288775ad43b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pep8'ified the code a bit.</title>
<updated>2009-06-11T19:11:57+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2009-06-11T19:11:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=050e2e6b3b2f41f30c2a4037fd3fb059131d771d'/>
<id>050e2e6b3b2f41f30c2a4037fd3fb059131d771d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Basic support for T-SQL variables prefixed with @.</title>
<updated>2009-04-30T05:58:03+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2009-04-30T05:58:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=0b4bc3a8c2a6e1d3e7f97894250c1f0209280e56'/>
<id>0b4bc3a8c2a6e1d3e7f97894250c1f0209280e56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
