<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/tests/test_parse.py, branch 0.1.8</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>Improve parsing of PEP249-style placeholder (fixes #103).</title>
<updated>2013-06-29T17:14:58+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-06-29T17:12:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=84725ee64570622135bf68d87823643b826d05b6'/>
<id>84725ee64570622135bf68d87823643b826d05b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update authors and changelog.</title>
<updated>2013-05-10T03:41:51+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-05-10T03:41:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=706977ad962e4c476fc908ccb463f4079dedb650'/>
<id>706977ad962e4c476fc908ccb463f4079dedb650</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added test for Function.get_parameters().</title>
<updated>2013-05-09T14:59:56+00:00</updated>
<author>
<name>wayne.wuw</name>
<email>wayne.wuw@alibaba-inc.com</email>
</author>
<published>2013-05-09T14:59:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=f38a2f367558a9fb279756d3828bad1d2e8e7f41'/>
<id>f38a2f367558a9fb279756d3828bad1d2e8e7f41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix parsing error with dollar-quoted procedure bodies (fixes issue83).</title>
<updated>2012-12-22T20:32:44+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2012-12-22T20:32:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=5bc57bda760727bc5459bca9190a1bd893078e79'/>
<id>5bc57bda760727bc5459bca9190a1bd893078e79</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>
<entry>
<title>Improve handling of quoted indentifiers (fixes issue78).</title>
<updated>2012-11-03T12:05:25+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2012-11-03T12:05:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=39ddba76709cc36dda0e9519efe7316d5ff5f12f'/>
<id>39ddba76709cc36dda0e9519efe7316d5ff5f12f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make keyword detection more restrict (fixes issue47).</title>
<updated>2011-09-29T07:33:47+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2011-09-29T07:33:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=ff50b33074f5c276b0cff8094e85582dcd467095'/>
<id>ff50b33074f5c276b0cff8094e85582dcd467095</id>
<content type='text'>
Keywords most likely don't follow dots. Maybe there are other
exclusions too, but for now let's just go with this one.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Keywords most likely don't follow dots. Maybe there are other
exclusions too, but for now let's just go with this one.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add parsing of MS Access column names with braces (fixes issue27).</title>
<updated>2011-07-29T18:58:14+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2011-07-29T18:58:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=c918cc9dc30b3a7684a96feae95fc5c05638360e'/>
<id>c918cc9dc30b3a7684a96feae95fc5c05638360e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Detection of placeholders in paramterized queries (fixes issue22).</title>
<updated>2011-07-25T16:24:02+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2011-07-25T16:24:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=0ec64528c5fb1efb71122985eab9c7137a80603d'/>
<id>0ec64528c5fb1efb71122985eab9c7137a80603d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve float parsing (thanks, Kris).</title>
<updated>2011-01-26T08:39:52+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2011-01-26T08:39:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=a4c465ebc3cf364c3072adc2eae110f734092ec0'/>
<id>a4c465ebc3cf364c3072adc2eae110f734092ec0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
