<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/sqlparse/tokens.py, branch rb-parse-create-table</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>Correct Typo. Closes #222</title>
<updated>2016-06-04T18:35:48+00:00</updated>
<author>
<name>Victor Uriarte</name>
<email>victor.m.uriarte@intel.com</email>
</author>
<published>2016-06-03T19:49:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=f8f85fa4f1a8265fb78ea2e747c0476e1f04b09f'/>
<id>f8f85fa4f1a8265fb78ea2e747c0476e1f04b09f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add or Update copyright year to files</title>
<updated>2016-06-04T18:08:20+00:00</updated>
<author>
<name>Victor Uriarte</name>
<email>victor.m.uriarte@intel.com</email>
</author>
<published>2016-06-03T20:47:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=af2a3fa7eb75c534ca76b8c0cc2ca6731fdb2efb'/>
<id>af2a3fa7eb75c534ca76b8c0cc2ca6731fdb2efb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update TokenType magic methods (contains, getattr, repr)</title>
<updated>2016-06-02T20:16:40+00:00</updated>
<author>
<name>Victor Uriarte</name>
<email>victor.m.uriarte@intel.com</email>
</author>
<published>2016-06-02T19:40:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=3d03d8816ae02125d1ad036c72cb6bd512a20930'/>
<id>3d03d8816ae02125d1ad036c72cb6bd512a20930</id>
<content type='text'>
Variables were renamed to keep with convention
getattr call to tuple (super) is unnecessary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Variables were renamed to keep with convention
getattr call to tuple (super) is unnecessary.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused code from tokens.py</title>
<updated>2016-06-02T19:29:38+00:00</updated>
<author>
<name>Victor Uriarte</name>
<email>victor.m.uriarte@intel.com</email>
</author>
<published>2016-06-02T19:29:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=453764938f2db40593feb9ce2a85e5a2147909af'/>
<id>453764938f2db40593feb9ce2a85e5a2147909af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused hash function from tokens.py</title>
<updated>2016-05-29T07:13:49+00:00</updated>
<author>
<name>Victor Uriarte</name>
<email>victor.m.uriarte@intel.com</email>
</author>
<published>2016-05-28T18:06:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=5d61f0cfffa273f332bf8be4a9cf0a9930fae034'/>
<id>5d61f0cfffa273f332bf8be4a9cf0a9930fae034</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure get_type() works for queries that use WITH.</title>
<updated>2016-03-02T10:37:28+00:00</updated>
<author>
<name>Andrew Tipton</name>
<email>andrew.tipton@compareglobalgroup.com</email>
</author>
<published>2016-03-02T10:37:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=f516b66a0e254af510b6b8a18510aad922d69701'/>
<id>f516b66a0e254af510b6b8a18510aad922d69701</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>get rid of tokens.Punctuation.ArrayIndex, add negative lookbehind for sqlite identifiers</title>
<updated>2015-03-04T15:34:05+00:00</updated>
<author>
<name>Darik Gamble</name>
<email>darik.gamble@gmail.com</email>
</author>
<published>2015-03-04T15:34:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=c9dc9c8b79a3e290c28761a786993b02eff705d6'/>
<id>c9dc9c8b79a3e290c28761a786993b02eff705d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(postgresql) Add support for square bracket array indexing, by darikg.</title>
<updated>2015-02-08T15:52:15+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2015-02-08T15:52:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=e1b5482b1413591260f41ceb50e97091928f195a'/>
<id>e1b5482b1413591260f41ceb50e97091928f195a</id>
<content type='text'>
Pull request #170 with trivial conflicts resolved.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pull request #170 with trivial conflicts resolved.
</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>
</feed>
