<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/lib/sqlalchemy/dialects/postgresql/pg8000.py, branch pr/154</title>
<subtitle>github.com: zzzeek/sqlalchemy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/'/>
<entry>
<title>- changelog for pullreq github:125</title>
<updated>2014-08-16T17:57:46+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-08-16T17:57:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=589f205d53f031ceb297af760f2acfc777a5bc5d'/>
<id>589f205d53f031ceb297af760f2acfc777a5bc5d</id>
<content type='text'>
- add pg8000 version detection for the "sane multi rowcount" feature
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add pg8000 version detection for the "sane multi rowcount" feature
</pre>
</div>
</content>
</entry>
<entry>
<title>pg8000 now supports sane_multi_rowcount</title>
<updated>2014-08-02T15:19:46+00:00</updated>
<author>
<name>Tony Locke</name>
<email>tlocke@tlocke.org.uk</email>
</author>
<published>2014-08-02T15:19:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=0dbe9d9aaf22d69e44c486472ff3b412a96cf216'/>
<id>0dbe9d9aaf22d69e44c486472ff3b412a96cf216</id>
<content type='text'>
From pg8000-1.9.14 sane_multi_rowcount is supported so this commit
updates the dialect accordingly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From pg8000-1.9.14 sane_multi_rowcount is supported so this commit
updates the dialect accordingly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove spurious print statements in pg8000 dialect</title>
<updated>2014-08-02T14:29:36+00:00</updated>
<author>
<name>Tony Locke</name>
<email>tlocke@tlocke.org.uk</email>
</author>
<published>2014-07-26T17:56:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=2e44749b76af4e9e1a2fd6e52dd329dc1e980216'/>
<id>2e44749b76af4e9e1a2fd6e52dd329dc1e980216</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/pr/117' into pg8000</title>
<updated>2014-07-25T20:17:15+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-07-25T20:17:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=3c0efe508f4b02ca69db1f4855f5bfeb936ac9e9'/>
<id>3c0efe508f4b02ca69db1f4855f5bfeb936ac9e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed bug introduced in 0.9.5 by new pg8000 isolation level feature</title>
<updated>2014-07-21T15:58:44+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-07-21T15:58:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=c02e95ed33504f2738261e4e80c28382f94d8d51'/>
<id>c02e95ed33504f2738261e4e80c28382f94d8d51</id>
<content type='text'>
where engine-level isolation level parameter would raise an error
on connect. fixes #3134
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
where engine-level isolation level parameter would raise an error
on connect. fixes #3134
</pre>
</div>
</content>
</entry>
<entry>
<title>- apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,</title>
<updated>2014-07-20T16:44:40+00:00</updated>
<author>
<name>Brian Jarrett</name>
<email>celttechie@gmail.com</email>
</author>
<published>2014-07-20T16:44:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=cca03097f47f22783d42d1853faac6cf84607c5a'/>
<id>cca03097f47f22783d42d1853faac6cf84607c5a</id>
<content type='text'>
sqlalchemy/orm, sqlalchemy/event, sqlalchemy/testing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sqlalchemy/orm, sqlalchemy/event, sqlalchemy/testing
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix support for two phase commit in pg8000 dialect</title>
<updated>2014-07-19T19:20:12+00:00</updated>
<author>
<name>Tony Locke</name>
<email>tlocke@tlocke.org.uk</email>
</author>
<published>2014-07-13T21:38:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=8fb6a91f1ba53390d313d9bbef8eac3238d5fcb8'/>
<id>8fb6a91f1ba53390d313d9bbef8eac3238d5fcb8</id>
<content type='text'>
The postgresql base dialect has problems with two-phase commit because
there isn't a standard way of handling autocommit in DBAPI. This commit
modifies the pg8000 dialect to use the DBAPI tpc extension, which is
supported by pg8000 as of version 1.9.11.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The postgresql base dialect has problems with two-phase commit because
there isn't a standard way of handling autocommit in DBAPI. This commit
modifies the pg8000 dialect to use the DBAPI tpc extension, which is
supported by pg8000 as of version 1.9.11.
</pre>
</div>
</content>
</entry>
<entry>
<title>- clarify that the pg8000 backend has no impact of any kind on</title>
<updated>2014-07-04T19:49:01+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-07-04T19:49:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=6a7ef343618097916f3e2d8680cafe50c16a28c1'/>
<id>6a7ef343618097916f3e2d8680cafe50c16a28c1</id>
<content type='text'>
the pg8000 DBAPI's encoding behavior, fixes #3112.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the pg8000 DBAPI's encoding behavior, fixes #3112.
</pre>
</div>
</content>
</entry>
<entry>
<title>- changelog + docs for pg8000 transaction isolation level</title>
<updated>2014-05-30T16:27:42+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-05-30T16:27:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=2e4d3e65e36df97ee4a7f443ccb02807be28fad6'/>
<id>2e4d3e65e36df97ee4a7f443ccb02807be28fad6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PEP 8 tidy of pg8000 dialect and postgresql/test_dialect.py</title>
<updated>2014-05-22T19:36:27+00:00</updated>
<author>
<name>Tony Locke</name>
<email>tlocke@tlocke.org.uk</email>
</author>
<published>2014-05-14T13:47:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=f8f29d0a105a4a84f09a05b519142002cee1f5f6'/>
<id>f8f29d0a105a4a84f09a05b519142002cee1f5f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
