<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git, branch master</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>Switch back to development mode.</title>
<updated>2023-04-18T08:31:23+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2023-04-18T08:31:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=bd417b8c7d6b79d0b6af1b42c78b17d13b724411'/>
<id>bd417b8c7d6b79d0b6af1b42c78b17d13b724411</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Changelog.</title>
<updated>2023-04-18T08:29:29+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2023-04-18T08:29:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=647d1457acf7d88614215841eb15d423df2a1895'/>
<id>647d1457acf7d88614215841eb15d423df2a1895</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version.</title>
<updated>2023-04-18T08:25:38+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2023-04-18T08:25:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=58dae6fcd2a51209aeccd4fff3b923bf37714e19'/>
<id>58dae6fcd2a51209aeccd4fff3b923bf37714e19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed test file</title>
<updated>2023-04-18T08:23:02+00:00</updated>
<author>
<name>Kevin Stubbings</name>
<email>kwstubbs@github.com</email>
</author>
<published>2023-03-22T23:36:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=d9d69f47ed13a583c81473211f44ae320470a58b'/>
<id>d9d69f47ed13a583c81473211f44ae320470a58b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Testing branch</title>
<updated>2023-04-18T08:23:02+00:00</updated>
<author>
<name>Kevin Stubbings</name>
<email>kwstubbs@github.com</email>
</author>
<published>2023-03-22T23:31:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=64bb91f4880b46f73b4cc9207ae9ccc180d56d1b'/>
<id>64bb91f4880b46f73b4cc9207ae9ccc180d56d1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary parts in regex for bad escaping.</title>
<updated>2023-04-18T08:23:02+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2023-03-20T07:33:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=c457abd5f097dd13fb21543381e7cfafe7d31cfb'/>
<id>c457abd5f097dd13fb21543381e7cfafe7d31cfb</id>
<content type='text'>
The regex tried to deal with situations where escaping in the
SQL to be parsed was suspicious.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The regex tried to deal with situations where escaping in the
SQL to be parsed was suspicious.
</pre>
</div>
</content>
</entry>
<entry>
<title>CI: Use codecov action.</title>
<updated>2023-04-14T12:51:58+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2023-04-14T12:51:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=b949fdf9a1538f98b57612bef6306fc38f32aaf7'/>
<id>b949fdf9a1538f98b57612bef6306fc38f32aaf7</id>
<content type='text'>
codecov module is deprecated and was removed from PyPI in
favor of the github action.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
codecov module is deprecated and was removed from PyPI in
favor of the github action.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup regex for detecting keywords (fixes #709).</title>
<updated>2023-03-20T07:46:10+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2023-03-20T07:46:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=fc76056fb8f0ec713a3f2a2b6206a3336932c382'/>
<id>fc76056fb8f0ec713a3f2a2b6206a3336932c382</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 #633 from shikanime/master</title>
<updated>2023-01-05T09:57:20+00:00</updated>
<author>
<name>Simon Heisterkamp</name>
<email>simon@heisterkamp.dk</email>
</author>
<published>2023-01-05T09:57:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=7fdb2da82d51a9a02baaefb5c7fe5cbbaac4329e'/>
<id>7fdb2da82d51a9a02baaefb5c7fe5cbbaac4329e</id>
<content type='text'>
Fix get_type with comments between WITH keyword</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix get_type with comments between WITH keyword</pre>
</div>
</content>
</entry>
<entry>
<title>Fix get_type with comments between WITH keyword</title>
<updated>2023-01-04T17:36:15+00:00</updated>
<author>
<name>Shikanime Deva</name>
<email>deva.shikanime@protonmail.com</email>
</author>
<published>2021-07-19T11:56:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=dd9d5b91d7aa30e4a000d5370f09dc99378891dc'/>
<id>dd9d5b91d7aa30e4a000d5370f09dc99378891dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
