<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/sqlparse/sql.py, branch 0.2.1</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>Avoid double apostrophes</title>
<updated>2016-08-05T22:47:51+00:00</updated>
<author>
<name>Oleg Broytman</name>
<email>phd@phdru.name</email>
</author>
<published>2016-08-05T19:18:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=17d5f8c1b6002019d5f078fbc6a56f351a5efeef'/>
<id>17d5f8c1b6002019d5f078fbc6a56f351a5efeef</id>
<content type='text'>
If the value is Single it's already quoted with apostrophes.
Avoid double apostrophes it that case by using double-quotes instead.

For example, if the value is 'value' the output is "'value'" instead of
''value''.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the value is Single it's already quoted with apostrophes.
Avoid double apostrophes it that case by using double-quotes instead.

For example, if the value is 'value' the output is "'value'" instead of
''value''.
</pre>
</div>
</content>
</entry>
<entry>
<title>Returning clause ends where clause</title>
<updated>2016-06-25T14:08:52+00:00</updated>
<author>
<name>Darik Gamble</name>
<email>darik.gamble.spam@gmail.com</email>
</author>
<published>2016-06-25T14:08:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=c27a604291f7ae1d6dbf3a49376972f723ad16f1'/>
<id>c27a604291f7ae1d6dbf3a49376972f723ad16f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>token_next shouldn't ignore skip_cm</title>
<updated>2016-06-20T13:56:42+00:00</updated>
<author>
<name>Darik Gamble</name>
<email>darik.gamble@gmail.com</email>
</author>
<published>2016-06-20T13:56:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=66ae504c4bf8cc1f005c8822623d2b3c3d3e4aa3'/>
<id>66ae504c4bf8cc1f005c8822623d2b3c3d3e4aa3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make use of token_index more obvious</title>
<updated>2016-06-15T20:29:17+00:00</updated>
<author>
<name>Victor Uriarte</name>
<email>victor.m.uriarte@intel.com</email>
</author>
<published>2016-06-14T11:15:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=56b28dc15023d36bab8764bea6df75e28651646e'/>
<id>56b28dc15023d36bab8764bea6df75e28651646e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalize behavior between token_next and token_next_by</title>
<updated>2016-06-15T20:29:15+00:00</updated>
<author>
<name>Victor Uriarte</name>
<email>victor.m.uriarte@intel.com</email>
</author>
<published>2016-06-14T05:20:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=5002bfa36c4fa2ee72eff18648b6ddc616b718f0'/>
<id>5002bfa36c4fa2ee72eff18648b6ddc616b718f0</id>
<content type='text'>
both will now return the "next" token and not itself when passing own index
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
both will now return the "next" token and not itself when passing own index
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename token_idx_ funcs to simply token_ funcs</title>
<updated>2016-06-15T20:29:13+00:00</updated>
<author>
<name>Victor Uriarte</name>
<email>victor.m.uriarte@intel.com</email>
</author>
<published>2016-06-14T05:01:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=4f922d9b6fb68b8281c6b3d93a57a4c84860e06a'/>
<id>4f922d9b6fb68b8281c6b3d93a57a4c84860e06a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove functions no-longer used</title>
<updated>2016-06-15T20:29:11+00:00</updated>
<author>
<name>Victor Uriarte</name>
<email>victor.m.uriarte@intel.com</email>
</author>
<published>2016-06-14T04:50:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=711744d1664f8244d8ab0b090cbf12e923101cce'/>
<id>711744d1664f8244d8ab0b090cbf12e923101cce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change token_ funcs to token_idx funcs</title>
<updated>2016-06-15T20:28:22+00:00</updated>
<author>
<name>Victor Uriarte</name>
<email>victor.m.uriarte@intel.com</email>
</author>
<published>2016-06-13T20:21:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=a795be1a70a241e177227b742269fb2df88af962'/>
<id>a795be1a70a241e177227b742269fb2df88af962</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change argument order to match order of all other functions</title>
<updated>2016-06-14T10:28:26+00:00</updated>
<author>
<name>Victor Uriarte</name>
<email>victor.m.uriarte@intel.com</email>
</author>
<published>2016-06-13T17:50:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=997f95b8b6ec5129362dcfe5deedaf50800e3afc'/>
<id>997f95b8b6ec5129362dcfe5deedaf50800e3afc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused code from sql.py and style up some changes</title>
<updated>2016-06-14T10:28:18+00:00</updated>
<author>
<name>Victor Uriarte</name>
<email>victor.m.uriarte@intel.com</email>
</author>
<published>2016-06-13T04:02:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=0bcb34cc1514d77446a29c2c636a3f9a653588f2'/>
<id>0bcb34cc1514d77446a29c2c636a3f9a653588f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
