<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/tests/test_parse.py, branch 0.1.7</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>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>
<entry>
<title>Query token ancestry.</title>
<updated>2009-07-12T10:33:56+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2009-07-12T10:33:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=bbca0a8e7525d871eb04d452dc064af833b4314f'/>
<id>bbca0a8e7525d871eb04d452dc064af833b4314f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Turn relative import in tests module to absolute imports.</title>
<updated>2009-04-30T04:58:49+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2009-04-30T04:58:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=dcf78718d3761e222a8f62f6c2b3a3f215584d45'/>
<id>dcf78718d3761e222a8f62f6c2b3a3f215584d45</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>
