<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git, branch pr/88</title>
<subtitle>github.com: zzzeek/sqlalchemy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/'/>
<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://git.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>
<entry>
<title>Autocommit isolation level for postgresql+pg8000</title>
<updated>2014-05-22T19:13:10+00:00</updated>
<author>
<name>Tony Locke</name>
<email>tlocke@tlocke.org.uk</email>
</author>
<published>2014-05-14T13:36:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=66e0a7771f66b352e6712cf2d71936c6f8238617'/>
<id>66e0a7771f66b352e6712cf2d71936c6f8238617</id>
<content type='text'>
As with postgresql+psycopg2,
execution_options(isolation_level='AUTOCOMMIT') now works for the
postgresql+pg8000 dialect.

Also enabled the autocommit test in test_dialect.py for pg8000.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As with postgresql+psycopg2,
execution_options(isolation_level='AUTOCOMMIT') now works for the
postgresql+pg8000 dialect.

Also enabled the autocommit test in test_dialect.py for pg8000.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated doc string for postgresql+pg8000 dialect</title>
<updated>2014-05-21T18:17:41+00:00</updated>
<author>
<name>Tony Locke</name>
<email>tlocke@tlocke.org.uk</email>
</author>
<published>2014-05-12T20:47:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=32bae567fe487ca78d23d775792e6dbd7657ba53'/>
<id>32bae567fe487ca78d23d775792e6dbd7657ba53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add postgresql+pg8000 to floats_to_four_decimals</title>
<updated>2014-05-21T18:17:41+00:00</updated>
<author>
<name>Tony Locke</name>
<email>tlocke@tlocke.org.uk</email>
</author>
<published>2014-05-11T19:58:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=996de05ee96b62943efb4bd9495127b40aaba4d5'/>
<id>996de05ee96b62943efb4bd9495127b40aaba4d5</id>
<content type='text'>
pg8000 uses binary transfer of floats and so accuracy is lost for floats
that can't be represented exactly in binary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pg8000 uses binary transfer of floats and so accuracy is lost for floats
that can't be represented exactly in binary.
</pre>
</div>
</content>
</entry>
<entry>
<title>pg8000 now passes test_extract() test</title>
<updated>2014-05-21T18:17:41+00:00</updated>
<author>
<name>Tony Locke</name>
<email>tlocke@tlocke.org.uk</email>
</author>
<published>2014-05-11T16:52:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=fc4e113cf1ee0c1c4ca636df146aaee8522c92d5'/>
<id>fc4e113cf1ee0c1c4ca636df146aaee8522c92d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Two tests now work for pg800 in EnumTest</title>
<updated>2014-05-21T18:17:41+00:00</updated>
<author>
<name>Tony Locke</name>
<email>tlocke@tlocke.org.uk</email>
</author>
<published>2014-05-10T13:55:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=30af3116286b39a8ffe328a5a99599528814a16b'/>
<id>30af3116286b39a8ffe328a5a99599528814a16b</id>
<content type='text'>
The two tests, test_create_table() and test_unicode_labels() previously
failed under pg8000, but now they pass, so this commit opens them up.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The two tests, test_create_table() and test_unicode_labels() previously
failed under pg8000, but now they pass, so this commit opens them up.
</pre>
</div>
</content>
</entry>
<entry>
<title>pg8000 no longer truncates decimals</title>
<updated>2014-05-21T18:17:41+00:00</updated>
<author>
<name>Tony Locke</name>
<email>tlocke@tlocke.org.uk</email>
</author>
<published>2014-05-09T21:30:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=e36e2281000a130d751b60ffdcbc8449f5d85e7e'/>
<id>e36e2281000a130d751b60ffdcbc8449f5d85e7e</id>
<content type='text'>
We can now update the requirements to remove the special case of pg8000
truncating decimals.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can now update the requirements to remove the special case of pg8000
truncating decimals.
</pre>
</div>
</content>
</entry>
<entry>
<title>pg8000.dbapi is now just pg8000</title>
<updated>2014-05-21T18:17:41+00:00</updated>
<author>
<name>Tony Locke</name>
<email>tlocke@tlocke.org.uk</email>
</author>
<published>2014-05-09T20:34:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=dd9b7357fd64eb0b0dd7337ef7d36574e12b7f02'/>
<id>dd9b7357fd64eb0b0dd7337ef7d36574e12b7f02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- changelog for #2785</title>
<updated>2014-05-16T17:09:50+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-05-16T17:09:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=460465a8749aecff761e1c81c77d7c23e8672789'/>
<id>460465a8749aecff761e1c81c77d7c23e8672789</id>
<content type='text'>
- refactor tests a bit
fixes #2785
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- refactor tests a bit
fixes #2785
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'zero_indexes-param-for-postgresql-ARRAY-type' of https://bitbucket.org/LevonXXL/sqlalchemy/overview into t</title>
<updated>2014-05-16T17:01:19+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-05-16T17:01:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=acb13668c2988179dbee68f599492a533e817d0e'/>
<id>acb13668c2988179dbee68f599492a533e817d0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
