<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/sqlparse/keywords.py, branch 0.2.4</title>
<subtitle>github.com: andialbrecht/sqlparse.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/'/>
<entry>
<title>Merge branch 'master' into master</title>
<updated>2017-09-21T08:19:57+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2017-09-21T08:19:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=54551c472bdcb92679872b6bcd8348e5542fd2ee'/>
<id>54551c472bdcb92679872b6bcd8348e5542fd2ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Code cleanup.</title>
<updated>2017-09-14T13:52:00+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2017-09-14T13:52:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=b3dc9a6ac2dd7511ecb6712ed6aceb4d4ce359ac'/>
<id>b3dc9a6ac2dd7511ecb6712ed6aceb4d4ce359ac</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 #357 from Demetrio92/master</title>
<updated>2017-09-14T13:50:13+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2017-09-14T13:50:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=5fc7cb0e130ee2c2520c55cced602f6e0a4cf3c3'/>
<id>5fc7cb0e130ee2c2520c55cced602f6e0a4cf3c3</id>
<content type='text'>
add PL/pgSQL syntax</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add PL/pgSQL syntax</pre>
</div>
</content>
</entry>
<entry>
<title>Extend alphas with accented characters</title>
<updated>2017-08-26T00:22:42+00:00</updated>
<author>
<name>mvbentes</name>
<email>mvbentes@users.noreply.github.com</email>
</author>
<published>2017-08-26T00:22:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=617d38908bb999018598e3cbbdd123a992a08ba9'/>
<id>617d38908bb999018598e3cbbdd123a992a08ba9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add PL/pgSQL syntax</title>
<updated>2017-08-07T16:02:51+00:00</updated>
<author>
<name>Demetrio92</name>
<email>Demetrio.Rodriguez.T@gmail.com</email>
</author>
<published>2017-08-07T16:02:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=c48a221e72dfc0a6631a16e5e42e768249919090'/>
<id>c48a221e72dfc0a6631a16e5e42e768249919090</id>
<content type='text'>
tested with mxtr/SQLTools</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tested with mxtr/SQLTools</pre>
</div>
</content>
</entry>
<entry>
<title>Don't treat sysdate as a builtin (fixes #344).</title>
<updated>2017-07-29T08:28:18+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2017-07-29T08:28:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=7d91d361ad8c26af3fe0a15b807db4cefa5d000a'/>
<id>7d91d361ad8c26af3fe0a15b807db4cefa5d000a</id>
<content type='text'>
According to Oracle's developer documentation sysdate is a
function that doesn't require any parameters. Hence it's
different from other builtins like int or varchar.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to Oracle's developer documentation sysdate is a
function that doesn't require any parameters. Hence it's
different from other builtins like int or varchar.
</pre>
</div>
</content>
</entry>
<entry>
<title>Recognize MySQL table names starting with digits (fixes #337).</title>
<updated>2017-05-25T06:52:13+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2017-05-25T06:52:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=dc788ab5b1af2e2a4a988b31a09d8d6656853f76'/>
<id>dc788ab5b1af2e2a4a988b31a09d8d6656853f76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add MySQL keywords: ENGINE, AUTO_INCREMENT, CHARSET</title>
<updated>2017-05-10T22:20:52+00:00</updated>
<author>
<name>Oleg Broytman</name>
<email>phd@phdru.name</email>
</author>
<published>2017-05-10T22:18:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=78d46de2430104e41ba8738609c0cdd744f3fda2'/>
<id>78d46de2430104e41ba8738609c0cdd744f3fda2</id>
<content type='text'>
These are keywords from table options:

    CREATE TABLE name (
        column definitions,
        ...
    ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are keywords from table options:

    CREATE TABLE name (
        column definitions,
        ...
    ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8;
</pre>
</div>
</content>
</entry>
<entry>
<title>adds '1.' option support for float numbers regex</title>
<updated>2017-04-30T16:07:14+00:00</updated>
<author>
<name>atronah</name>
<email>atronah.ds@gmail.com</email>
</author>
<published>2017-04-29T11:49:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=4dd31c48c5ef42ea731e0c6a86b99cb3c89f0a6a'/>
<id>4dd31c48c5ef42ea731e0c6a86b99cb3c89f0a6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add UNLOCK keyword</title>
<updated>2017-04-14T18:38:55+00:00</updated>
<author>
<name>Oleg Broytman</name>
<email>phd@phdru.name</email>
</author>
<published>2017-04-14T18:38:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=1bc1113665c87196d751636bcbd5272c49ce1da9'/>
<id>1bc1113665c87196d751636bcbd5272c49ce1da9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
