<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/sqlparse/lexer.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>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://91.123.203.49/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>
<entry>
<title>Fix incorrect parsing of string literals with line breaks (fixes #118).</title>
<updated>2013-11-06T10:59:52+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-11-06T10:59:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=6e476cfded15af3d41bcefadecbae51aa65f82ec'/>
<id>6e476cfded15af3d41bcefadecbae51aa65f82ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #112 from alexander-beedie/master</title>
<updated>2013-10-24T03:48:07+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-10-24T03:48:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=6efac742ec8505734432dbb1e6fb50d188369fac'/>
<id>6efac742ec8505734432dbb1e6fb50d188369fac</id>
<content type='text'>
extended JOIN token recognition/lexing (eg: FULL OUTER JOIN, NATURAL JOIN)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
extended JOIN token recognition/lexing (eg: FULL OUTER JOIN, NATURAL JOIN)</pre>
</div>
</content>
</entry>
<entry>
<title>Remove buffered reading again (fixes #114).</title>
<updated>2013-10-23T08:27:33+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-10-23T08:27:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=2aa7f0c68f5ba77b347e216994fd01be63e8aeb0'/>
<id>2aa7f0c68f5ba77b347e216994fd01be63e8aeb0</id>
<content type='text'>
It causes problems with some sources.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It causes problems with some sources.
</pre>
</div>
</content>
</entry>
<entry>
<title>tighten up JOIN regex</title>
<updated>2013-10-17T05:35:35+00:00</updated>
<author>
<name>Alexander Beedie</name>
<email>ayembee@gmail.com</email>
</author>
<published>2013-10-17T05:35:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=8168e84a424711aa456e8e5c0cf646bcce291abe'/>
<id>8168e84a424711aa456e8e5c0cf646bcce291abe</id>
<content type='text'>
ensure the regex does not match against invalid permutations such as 'LEFT OUTER CROSS JOIN', since CROSS/NATURAL keywords were added</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ensure the regex does not match against invalid permutations such as 'LEFT OUTER CROSS JOIN', since CROSS/NATURAL keywords were added</pre>
</div>
</content>
</entry>
<entry>
<title>extend regex to allow recognition of 'NATURAL JOIN'</title>
<updated>2013-10-17T05:29:24+00:00</updated>
<author>
<name>Alexander Beedie</name>
<email>ayembee@gmail.com</email>
</author>
<published>2013-10-17T05:29:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=113e0effc57dbfd579116724c9aa7f39f3c53b1f'/>
<id>113e0effc57dbfd579116724c9aa7f39f3c53b1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add keyword recognition for "FULL OUTER JOIN" and "CROSS JOIN"</title>
<updated>2013-09-02T07:04:30+00:00</updated>
<author>
<name>Alexander Beedie</name>
<email>ayembee@gmail.com</email>
</author>
<published>2013-09-02T07:04:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=836de63befa939746605cb578dd0ffad8fd113ca'/>
<id>836de63befa939746605cb578dd0ffad8fd113ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Parse scientific numbers as floats (fixes #107).</title>
<updated>2013-08-26T11:04:02+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-08-26T11:04:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=d4b8e6e03e6c8d610da458593166be9a0d5d014f'/>
<id>d4b8e6e03e6c8d610da458593166be9a0d5d014f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Allow whitespaces in certain keywords (fixes #97).</title>
<updated>2013-06-17T06:10:06+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-06-17T06:10:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=91a9efe0511ab5b1c769d90c04b8b329fe3173ad'/>
<id>91a9efe0511ab5b1c769d90c04b8b329fe3173ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
