<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/sqlparse/keywords.py, branch 0.1.13</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>Issue 124 - Added COLLECT keyword</title>
<updated>2014-01-16T18:46:24+00:00</updated>
<author>
<name>Cristian Orellana</name>
<email>cristiano@groupon.com</email>
</author>
<published>2014-01-16T18:46:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=dc462fc5a9b70879bfdfa5c4f7fcbb3f0b6593e0'/>
<id>dc462fc5a9b70879bfdfa5c4f7fcbb3f0b6593e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix: fixed COALESCE keyword, it had a type. Add: Added MERGE keyword</title>
<updated>2014-01-10T00:07:02+00:00</updated>
<author>
<name>Cristian Orellana</name>
<email>cristiano@groupon.com</email>
</author>
<published>2014-01-10T00:07:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=930895f66400a03357942ec5baedeebcbe64defc'/>
<id>930895f66400a03357942ec5baedeebcbe64defc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for BEGIN/END blocks, add FOREACH keyword.</title>
<updated>2013-11-19T07:11:58+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-11-19T07:11:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=f871291d33df018bf38cd62df3781456c8914210'/>
<id>f871291d33df018bf38cd62df3781456c8914210</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update keywords.py</title>
<updated>2013-10-29T15:35:12+00:00</updated>
<author>
<name>Victor Hahn</name>
<email>info@victor-hahn.de</email>
</author>
<published>2013-10-29T15:35:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=22a1f4ae7bad8740e554b73a6b01e8451cb68f33'/>
<id>22a1f4ae7bad8740e554b73a6b01e8451cb68f33</id>
<content type='text'>
delare BEGIN, START, COMMIT and ROLLBACK as DML keywords to allow sqlparse to be used to identify transactions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
delare BEGIN, START, COMMIT and ROLLBACK as DML keywords to allow sqlparse to be used to identify transactions</pre>
</div>
</content>
</entry>
<entry>
<title>add FULL to common keywords (frequently used in OUTER JOIN definitions)</title>
<updated>2013-09-02T07:06:11+00:00</updated>
<author>
<name>Alexander Beedie</name>
<email>ayembee@gmail.com</email>
</author>
<published>2013-09-02T07:06:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=41d76247df65693081438d74887d59fcf967ddff'/>
<id>41d76247df65693081438d74887d59fcf967ddff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://91.123.203.49/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>
<entry>
<title>Fix typo in keyword list (fixes issue92).</title>
<updated>2013-04-28T19:11:57+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-04-28T19:11:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=221435382e96c176f97cef0e9e5d0f0bef5a3662'/>
<id>221435382e96c176f97cef0e9e5d0f0bef5a3662</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added STRAIGHT_JOIN token.</title>
<updated>2013-04-25T14:21:44+00:00</updated>
<author>
<name>Yago Riveiro</name>
<email>yago.riveiro@gmail.com</email>
</author>
<published>2013-04-25T14:21:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=572b69c1e630506d81ef594b15febc37bb011318'/>
<id>572b69c1e630506d81ef594b15febc37bb011318</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add order criterion to identifier in ORDER BY clause (fixes #89).</title>
<updated>2013-04-05T03:46:41+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-04-05T03:46:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=341143e294c842d700dfd3c6a6224c05d8b8b8d6'/>
<id>341143e294c842d700dfd3c6a6224c05d8b8b8d6</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 to code a bit.</title>
<updated>2012-11-12T13:39:50+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2012-11-12T05:43:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=f4876322e7fe36923d4eb89757a844b3d90be306'/>
<id>f4876322e7fe36923d4eb89757a844b3d90be306</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
