<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/tests/test_parse.py, branch rb-parse-create-table</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>Code cleanup in tests.</title>
<updated>2015-10-26T19:03:58+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2015-10-26T19:03:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=f7e07b7b61be4befd5eaafce93aeb0238c884315'/>
<id>f7e07b7b61be4befd5eaafce93aeb0238c884315</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use compat module for single Python 2/3 code base.</title>
<updated>2015-10-26T18:40:29+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2015-10-26T18:40:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=e6a51a0bc3f87e284de74cec838d3ee98c2f9cf5'/>
<id>e6a51a0bc3f87e284de74cec838d3ee98c2f9cf5</id>
<content type='text'>
This change includes minor fixes and code cleanup too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change includes minor fixes and code cleanup too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Recognize MSSQL temp tables and distinguish from MySQL comments (fixes #192).</title>
<updated>2015-07-26T09:05:58+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2015-07-26T09:05:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=8b5a957f4dad82fda0dc174538fdaf0860a9256a'/>
<id>8b5a957f4dad82fda0dc174538fdaf0860a9256a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support comments starting with '#' character (fixes #178).</title>
<updated>2015-03-16T06:50:06+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2015-03-16T06:50:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=9dbcfd31abafe48ee7c646129c40e904ff0a5fac'/>
<id>9dbcfd31abafe48ee7c646129c40e904ff0a5fac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a bunch of square bracket tests</title>
<updated>2015-03-04T15:41:57+00:00</updated>
<author>
<name>Darik Gamble</name>
<email>darik.gamble@gmail.com</email>
</author>
<published>2015-03-04T15:41:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=acdebefd638225eefe438919897ba68e7882504b'/>
<id>acdebefd638225eefe438919897ba68e7882504b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow identifiers to start with an underscore (fixes #175).</title>
<updated>2015-03-01T10:52:34+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2015-03-01T10:52:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=15b0cb9e75ca378e94b55b7f1ff23108f0899cde'/>
<id>15b0cb9e75ca378e94b55b7f1ff23108f0899cde</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://git.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>Add double precision as a built-in datatype</title>
<updated>2015-02-06T19:55:55+00:00</updated>
<author>
<name>Darik Gamble</name>
<email>darik.gamble@gmail.com</email>
</author>
<published>2015-02-06T19:55:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=313f0f31e2e67229da32393767d4cf500518815a'/>
<id>313f0f31e2e67229da32393767d4cf500518815a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a regression for identifiers with square bracktes notation (fixes #153).</title>
<updated>2014-12-01T08:36:52+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2014-12-01T08:36:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=1e8a1b7cdb2d07eedfc525290dbfd3ac8e2882b6'/>
<id>1e8a1b7cdb2d07eedfc525290dbfd3ac8e2882b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle modulo operator without spaces</title>
<updated>2014-08-07T20:12:46+00:00</updated>
<author>
<name>Gavin Wahl</name>
<email>gwahl@fusionbox.com</email>
</author>
<published>2014-08-07T20:12:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=8ffe95af292e0930b7126aae1905a97f7ebdfb24'/>
<id>8ffe95af292e0930b7126aae1905a97f7ebdfb24</id>
<content type='text'>
`x %3` should be interpreted as a modulo operation, not a parameter
marker.

Co-authored-by: Rocky Meza &lt;rmeza@fusionbox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`x %3` should be interpreted as a modulo operation, not a parameter
marker.

Co-authored-by: Rocky Meza &lt;rmeza@fusionbox.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
