<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/sqlparse/lexer.py, branch 0.1.17</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>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>Never interpret IN keyword as function name (fixes #183).</title>
<updated>2015-04-12T05:37:01+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2015-04-12T05:37:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=f775030692222a5a0b296284328276b65259cc02'/>
<id>f775030692222a5a0b296284328276b65259cc02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix other regex to identify comments starting with '#' character.</title>
<updated>2015-03-16T06:56:01+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2015-03-16T06:56:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=f5e1a1add8aa4564cd24e2b3d13414b1fba68899'/>
<id>f5e1a1add8aa4564cd24e2b3d13414b1fba68899</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>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://git.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>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>Recognize escaped backslashes within strings</title>
<updated>2015-02-26T20:32:46+00:00</updated>
<author>
<name>casey</name>
<email>casey@cloudera.com</email>
</author>
<published>2015-02-26T20:32:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=e75e35869473832a1eb67772b1adfee2db11b85a'/>
<id>e75e35869473832a1eb67772b1adfee2db11b85a</id>
<content type='text'>
Previously if a single quoted string ended with an escaped backslash,
parsing would not consider the string to be terminated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously if a single quoted string ended with an escaped backslash,
parsing would not consider the string to be terminated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix of problem with multiline treated as stackable while /* /* */ is one comment, not two stacked</title>
<updated>2015-02-12T00:37:46+00:00</updated>
<author>
<name>JacekPliszka</name>
<email>Jacek.Pliszka@gmail.com</email>
</author>
<published>2015-02-12T00:37:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=703aec1fb30dcf5c0ed14552e601e4487707435e'/>
<id>703aec1fb30dcf5c0ed14552e601e4487707435e</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>
</feed>
