<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/sqlparse/keywords.py, branch issue_66</title>
<subtitle>github.com: andialbrecht/sqlparse.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/'/>
<entry>
<title>Don't handle single chars as keywords.</title>
<updated>2011-07-25T14:41:10+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2011-07-25T14:41:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=de0e6d9cc68048cd9bd42ff6b720dedadfaf1ef7'/>
<id>de0e6d9cc68048cd9bd42ff6b720dedadfaf1ef7</id>
<content type='text'>
Most likely they are aliases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most likely they are aliases.
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle REPLACE as DML token and recognize hex numbers (thanks Ervin).</title>
<updated>2011-02-28T20:23:41+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2011-02-28T20:23:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=2bd7658034545aa7db5752cd35d400526af5439e'/>
<id>2bd7658034545aa7db5752cd35d400526af5439e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo (thanks again, Kris).</title>
<updated>2011-01-26T08:41:59+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2011-01-26T08:41:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=20d2fd6b86eccd8d59df1c9940b404450c7cdbae'/>
<id>20d2fd6b86eccd8d59df1c9940b404450c7cdbae</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://91.123.203.49/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>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://91.123.203.49/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>Remove duplicated keywords.</title>
<updated>2009-08-27T19:56:47+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2009-08-27T19:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=76e8b301ceceb6b3e7ee9e386b867a6f3a3e7dfe'/>
<id>76e8b301ceceb6b3e7ee9e386b867a6f3a3e7dfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* Added missing SET keyword.</title>
<updated>2009-05-05T05:01:39+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2009-05-05T05:01:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=a00bf24ad555f8701607dae22fa39555d4da3bfa'/>
<id>a00bf24ad555f8701607dae22fa39555d4da3bfa</id>
<content type='text'>
* IdentifierList.get_identifiers() now returns not only Identifier instances.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* IdentifierList.get_identifiers() now returns not only Identifier instances.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved parsing of identifier lists (targets issue2).</title>
<updated>2009-05-03T19:32:27+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2009-05-03T19:32:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=5ee6aed6aef8f8ffeeef67e3909bf8a72e9213b8'/>
<id>5ee6aed6aef8f8ffeeef67e3909bf8a72e9213b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Typo fixed.</title>
<updated>2009-04-27T10:05:10+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2009-04-27T10:05:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=f5444736afcad8cd55a30027b1df2fca0d9eb0b2'/>
<id>f5444736afcad8cd55a30027b1df2fca0d9eb0b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial import.</title>
<updated>2009-04-03T19:26:42+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2009-04-03T19:26:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=361122eb22d5681c58dac731009e4814b3dd5fa5'/>
<id>361122eb22d5681c58dac731009e4814b3dd5fa5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
