<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/lib/sqlalchemy/dialects/postgresql, branch pr/259</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>- backport doc improvements from 31f96c27a5fea302358ba580313a2f742c12b83d re:</title>
<updated>2016-03-15T21:21:05+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-03-15T21:21:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=49eb39366a0ca54ce973147802864fd7c359adb3'/>
<id>49eb39366a0ca54ce973147802864fd7c359adb3</id>
<content type='text'>
isolation_level settings for postgresql, mysql
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
isolation_level settings for postgresql, mysql
</pre>
</div>
</content>
</entry>
<entry>
<title>- happy new year</title>
<updated>2016-01-29T16:25:37+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-01-29T16:24:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=631afa456fa9fbeee3d24e25a53f3e2eccac9bbc'/>
<id>631afa456fa9fbeee3d24e25a53f3e2eccac9bbc</id>
<content type='text'>
(cherry picked from commit 859379e2fcc4506d036700ba1eca4c0ae526a8ee)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 859379e2fcc4506d036700ba1eca4c0ae526a8ee)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ArrayOfEnum's handling of empty arrays.</title>
<updated>2016-01-20T14:27:09+00:00</updated>
<author>
<name>Chase</name>
<email>adeodatus@users.noreply.github.com</email>
</author>
<published>2016-01-20T06:36:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=f039219eedc22dbb96b4e00fac7ff5e946e2f72d'/>
<id>f039219eedc22dbb96b4e00fac7ff5e946e2f72d</id>
<content type='text'>
Prior to this change a value of `'{}'` would split into the list `['']`.
(cherry picked from commit a2badb751f09299c925bd96a9fd2e76acca04269)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prior to this change a value of `'{}'` would split into the list `['']`.
(cherry picked from commit a2badb751f09299c925bd96a9fd2e76acca04269)
</pre>
</div>
</content>
</entry>
<entry>
<title>- Postgres: Do not prefix table with schema in: "FOR UPDATE of &lt;table&gt;"</title>
<updated>2015-11-30T18:06:39+00:00</updated>
<author>
<name>Diana Clarke</name>
<email>diana.joan.clarke@gmail.com</email>
</author>
<published>2015-11-24T18:41:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=104cfe149ab78124412490b3c57df210821c8a00'/>
<id>104cfe149ab78124412490b3c57df210821c8a00</id>
<content type='text'>
For example, this query:

    SELECT s1.users.name FROM s1.users FOR UPDATE OF s1.users

should actually be:

    SELECT s1.users.name FROM s1.users FOR UPDATE OF users

fixes #3573

(cherry picked from commit fd47fea6fbb11ee84b7eea5772f40855703ebe47)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For example, this query:

    SELECT s1.users.name FROM s1.users FOR UPDATE OF s1.users

should actually be:

    SELECT s1.users.name FROM s1.users FOR UPDATE OF users

fixes #3573

(cherry picked from commit fd47fea6fbb11ee84b7eea5772f40855703ebe47)
</pre>
</div>
</content>
</entry>
<entry>
<title>fix postgresql exclude contraint to check when= against None rather than __bool__ eval</title>
<updated>2015-11-30T18:01:33+00:00</updated>
<author>
<name>aisch</name>
<email>me+bosch@aitmp.com</email>
</author>
<published>2015-11-23T18:22:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=bb2b486de5570878b6fe1be75debdffc66a5a287'/>
<id>bb2b486de5570878b6fe1be75debdffc66a5a287</id>
<content type='text'>
(cherry picked from commit 0921a6abbc8246c57f447af7a6ac240778127fae)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 0921a6abbc8246c57f447af7a6ac240778127fae)
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed the ``.python_type`` attribute of :class:`.postgresql.INTERVAL`</title>
<updated>2015-11-19T20:10:46+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-11-19T20:10:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=29d6f6e19b014bb5ce79032bd8803e32b4da0e5e'/>
<id>29d6f6e19b014bb5ce79032bd8803e32b4da0e5e</id>
<content type='text'>
to return ``datetime.timedelta`` in the same way as that of
:obj:`.types.Interval.python_type`, rather than raising
``NotImplementedError``.
fixes #3571
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to return ``datetime.timedelta`` in the same way as that of
:obj:`.types.Interval.python_type`, rather than raising
``NotImplementedError``.
fixes #3571
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated PostgreSQL links to point to "current" rather than hardcoded version</title>
<updated>2015-11-10T18:01:49+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2015-11-05T23:34:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=bc3ee40a2e20172acdf6dd98675342a356826ab9'/>
<id>bc3ee40a2e20172acdf6dd98675342a356826ab9</id>
<content type='text'>
(cherry picked from commit a2e83dbd2aa14de19a309ad13144151b56804674)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit a2e83dbd2aa14de19a309ad13144151b56804674)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update links in SQLAlchemy docs that point to postgres docs to use 'devel' rather than hardcoded version</title>
<updated>2015-11-10T18:01:07+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2015-11-04T19:59:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=7a4d8dfd5419cfaa99d403e18f3b976e82e3eb65'/>
<id>7a4d8dfd5419cfaa99d403e18f3b976e82e3eb65</id>
<content type='text'>
(cherry picked from commit 0d3ab3198a2863f28399a34a3bdbd1de0ca2530f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 0d3ab3198a2863f28399a34a3bdbd1de0ca2530f)
</pre>
</div>
</content>
</entry>
<entry>
<title>- document workaround type for ARRAY of ENUM, fixes #3467</title>
<updated>2015-08-18T15:35:26+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-08-18T15:33:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=7a3a5e921132065a4b4182bd8dc5b3539e5d0fbe'/>
<id>7a3a5e921132065a4b4182bd8dc5b3539e5d0fbe</id>
<content type='text'>
(cherry picked from commit ba1e959e5316a8c17ca80dca950574038bd650c4)

Conflicts:
	lib/sqlalchemy/dialects/postgresql/array.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit ba1e959e5316a8c17ca80dca950574038bd650c4)

Conflicts:
	lib/sqlalchemy/dialects/postgresql/array.py
</pre>
</div>
</content>
</entry>
<entry>
<title>- An adjustment to the new Postgresql feature of reflecting storage</title>
<updated>2015-07-24T16:24:18+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-07-24T16:24:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=9e092e339463e6c6e02cf85266ca49ab1c32832f'/>
<id>9e092e339463e6c6e02cf85266ca49ab1c32832f</id>
<content type='text'>
options and USING of :ticket:`3455` released in 1.0.6,
to disable the feature for Postgresql versions &lt; 8.2 where the
``reloptions`` column is not provided; this allows Amazon Redshift
to again work as it is based on an 8.0.x version of Postgresql.
Fix courtesy Pete Hollobon.
references #3455
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
options and USING of :ticket:`3455` released in 1.0.6,
to disable the feature for Postgresql versions &lt; 8.2 where the
``reloptions`` column is not provided; this allows Amazon Redshift
to again work as it is based on an 8.0.x version of Postgresql.
Fix courtesy Pete Hollobon.
references #3455
</pre>
</div>
</content>
</entry>
</feed>
