<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/lib/sqlalchemy, 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>Mention the correct way of adding multiple attributes which refer to the same column</title>
<updated>2016-04-09T01:42:46+00:00</updated>
<author>
<name>Eoghan Murray</name>
<email>eoghan@getthere.ie</email>
</author>
<published>2016-04-07T10:57:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=e7c885f156f766361cf0ceed081ce33c843881be'/>
<id>e7c885f156f766361cf0ceed081ce33c843881be</id>
<content type='text'>
(cherry picked from commit 2880f24d93a774d02cde83dbabfd80ad279cbb05)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 2880f24d93a774d02cde83dbabfd80ad279cbb05)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo from "addreses" to "addresses"</title>
<updated>2016-04-09T01:40:48+00:00</updated>
<author>
<name>Rachid Belaid</name>
<email>rachid@opendoor.com</email>
</author>
<published>2016-04-07T03:41:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=47472dde24d9a3caf5f24d8fc2efca901a22302a'/>
<id>47472dde24d9a3caf5f24d8fc2efca901a22302a</id>
<content type='text'>
(cherry picked from commit c8db0862c102281da617d395b1826ff523af302e)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit c8db0862c102281da617d395b1826ff523af302e)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some broken links in docs</title>
<updated>2016-04-06T14:00:03+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2016-04-04T10:46:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=12d5ae8b71765fa2470a188ee2e206573913b2e7'/>
<id>12d5ae8b71765fa2470a188ee2e206573913b2e7</id>
<content type='text'>
(cherry picked from commit b1c9b3bd384fc40e1c411abef12eaf04b574612f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit b1c9b3bd384fc40e1c411abef12eaf04b574612f)
</pre>
</div>
</content>
</entry>
<entry>
<title>ReST fix: missing backtick</title>
<updated>2016-03-21T15:06:00+00:00</updated>
<author>
<name>Marius Gedminas</name>
<email>marius@gedmin.as</email>
</author>
<published>2016-03-21T10:00:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=7a206fdc32511e66ad7cb2ac4b5de3f1af6ffee6'/>
<id>7a206fdc32511e66ad7cb2ac4b5de3f1af6ffee6</id>
<content type='text'>
Fixes a misrendering at http://docs.sqlalchemy.org/en/latest/dialects/mssql.html#nullability:
(cherry picked from commit e3abb63293be80379d20b4c3f0d1cd093459a9eb)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes a misrendering at http://docs.sqlalchemy.org/en/latest/dialects/mssql.html#nullability:
(cherry picked from commit e3abb63293be80379d20b4c3f0d1cd093459a9eb)
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed bug where the negation of an EXISTS expression would not</title>
<updated>2016-03-21T14:58:08+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-03-21T14:57:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=dfe49c7b7f0c83ced11fdbceef14d89c82647f0b'/>
<id>dfe49c7b7f0c83ced11fdbceef14d89c82647f0b</id>
<content type='text'>
be properly typed as boolean in the result, and also would fail to be
anonymously aliased in a SELECT list as is the case with a
non-negated EXISTS construct.
fixes #3682

(cherry picked from commit 07a4b6cbcda6e6ee6e67893c5a5d2fd01e5f125f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
be properly typed as boolean in the result, and also would fail to be
anonymously aliased in a SELECT list as is the case with a
non-negated EXISTS construct.
fixes #3682

(cherry picked from commit 07a4b6cbcda6e6ee6e67893c5a5d2fd01e5f125f)
</pre>
</div>
</content>
</entry>
<entry>
<title>- ensure engine is restored even if we had a failure in cleanup</title>
<updated>2016-03-15T22:01:43+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-03-15T22:01:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=9c2515c80fb29dff28667730c19914e81ca7dd90'/>
<id>9c2515c80fb29dff28667730c19914e81ca7dd90</id>
<content type='text'>
for stray connection

(cherry picked from commit edbb32649960db29761e765fc74c025e9999c7dd)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for stray connection

(cherry picked from commit edbb32649960db29761e765fc74c025e9999c7dd)
</pre>
</div>
</content>
</entry>
<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>- add notes for pyodbc limitations with rowcount fixes #3675</title>
<updated>2016-03-15T15:16:43+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-03-15T15:16:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=4f010530de8d3932272b339b58404bfe47aed8e7'/>
<id>4f010530de8d3932272b339b58404bfe47aed8e7</id>
<content type='text'>
(cherry picked from commit 8bc370ed382a45654101fa34bac4a2886ce089c3)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 8bc370ed382a45654101fa34bac4a2886ce089c3)
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds documentation to Query.slice().</title>
<updated>2016-03-13T20:39:36+00:00</updated>
<author>
<name>jfinkels</name>
<email>jfinkels@users.noreply.github.com</email>
</author>
<published>2016-03-13T19:40:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=d7178007fca2f91ba933302345ea2b92cb6ebb27'/>
<id>d7178007fca2f91ba933302345ea2b92cb6ebb27</id>
<content type='text'>
(cherry picked from commit 6e5e64e27ef2c6a86c9aebdcefdf2cd726f1476a)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 6e5e64e27ef2c6a86c9aebdcefdf2cd726f1476a)
</pre>
</div>
</content>
</entry>
<entry>
<title>- not sure why MySQL DROP DBs fail but we can't just ignore the error</title>
<updated>2016-03-03T15:50:38+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-03-03T15:50:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=8bc90c066b527d123c8a668f6405720a3cea0598'/>
<id>8bc90c066b527d123c8a668f6405720a3cea0598</id>
<content type='text'>
like this

(cherry picked from commit 0e7904e730c3d2b0d3a394ad60010158ee29050c)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
like this

(cherry picked from commit 0e7904e730c3d2b0d3a394ad60010158ee29050c)
</pre>
</div>
</content>
</entry>
</feed>
