<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git, branch pr/290</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>Fix issue with unbaking subqueries</title>
<updated>2016-07-12T17:23:58+00:00</updated>
<author>
<name>Mark Hahnenberg</name>
<email>mark@nylas.com</email>
</author>
<published>2016-07-12T17:23:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=d91084a3dcb0b770b6b0bb884d4a3f2e55770f60'/>
<id>d91084a3dcb0b770b6b0bb884d4a3f2e55770f60</id>
<content type='text'>
We were improperly capturing a loop variable inside a lambda during unbaking,
which would cause us to load incorrect data when executing queries.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were improperly capturing a loop variable inside a lambda during unbaking,
which would cause us to load incorrect data when executing queries.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update index.rst</title>
<updated>2016-07-11T22:58:43+00:00</updated>
<author>
<name>Shige Takeda</name>
<email>smtakeda@gmail.com</email>
</author>
<published>2016-07-11T22:58:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=2045689ff27708292d8effa782777ec55a8477d0'/>
<id>2045689ff27708292d8effa782777ec55a8477d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update index.rst</title>
<updated>2016-07-11T22:56:12+00:00</updated>
<author>
<name>Shige Takeda</name>
<email>smtakeda@gmail.com</email>
</author>
<published>2016-07-11T22:56:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=b5bf8632170d2d3ee5382c0de153829ee6857518'/>
<id>b5bf8632170d2d3ee5382c0de153829ee6857518</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- fix typo</title>
<updated>2016-07-07T20:07:21+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-07-07T20:07:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=6b6bdb354252830a1a099c92cb98064337240a1a'/>
<id>6b6bdb354252830a1a099c92cb98064337240a1a</id>
<content type='text'>
Change-Id: Ie66d419a5188529a64fcb2e2463c15c26863889f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie66d419a5188529a64fcb2e2463c15c26863889f
</pre>
</div>
</content>
</entry>
<entry>
<title>Add additional documentation re: JSONEncodedDict</title>
<updated>2016-07-07T20:00:18+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-07-07T20:00:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=b33caa64189f3fdbbabe4b381460b7610025aa6b'/>
<id>b33caa64189f3fdbbabe4b381460b7610025aa6b</id>
<content type='text'>
Add an example of how to use coerce_compared_value()
specific to JSONEncodedDict, as this example class
is frequently dropped into applications.

Change-Id: I61639ac03dc5a37673ee8201b99a3c36ab944f00
Fixes: #3742
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add an example of how to use coerce_compared_value()
specific to JSONEncodedDict, as this example class
is frequently dropped into applications.

Change-Id: I61639ac03dc5a37673ee8201b99a3c36ab944f00
Fixes: #3742
</pre>
</div>
</content>
</entry>
<entry>
<title>- 1.0.14 changelog update</title>
<updated>2016-07-06T21:27:47+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-07-06T21:10:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=9f98070a589c8f1df166d38be779857926399cfb'/>
<id>9f98070a589c8f1df166d38be779857926399cfb</id>
<content type='text'>
(cherry picked from commit e9a1d7bc6a0ae4ec09b6431d23d201654013c6a7)

Change-Id: I5bab3fd6f2ec4986fd6b1049844f3851958d0c66
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit e9a1d7bc6a0ae4ec09b6431d23d201654013c6a7)

Change-Id: I5bab3fd6f2ec4986fd6b1049844f3851958d0c66
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Adapt "FOR UPDATE OF" with Oracle limit/offset"</title>
<updated>2016-07-06T14:13:56+00:00</updated>
<author>
<name>mike bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-07-06T14:13:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=3e654204fd9fafb5da98c772cae29f03096d6b03'/>
<id>3e654204fd9fafb5da98c772cae29f03096d6b03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt "FOR UPDATE OF" with Oracle limit/offset</title>
<updated>2016-07-05T22:30:25+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-07-05T16:48:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=f2ee514c757fc9ec33afaddc2a7b96d08b83a164'/>
<id>f2ee514c757fc9ec33afaddc2a7b96d08b83a164</id>
<content type='text'>
This modifies the Oracle ROWNUM limit/offset approach
to accommodate for the "OF" clause in a "FOR UPDATE"
phrase.  The column expressions must be added to the selected
subquery if necessary and adapted on the outside.

Change-Id: Ia71b5fc4df6d326e73863f8ae9f96e8f1a5acfc1
Fixes: #3741
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This modifies the Oracle ROWNUM limit/offset approach
to accommodate for the "OF" clause in a "FOR UPDATE"
phrase.  The column expressions must be added to the selected
subquery if necessary and adapted on the outside.

Change-Id: Ia71b5fc4df6d326e73863f8ae9f96e8f1a5acfc1
Fixes: #3741
</pre>
</div>
</content>
</entry>
<entry>
<title>`index_property` catches IndexError as well as KeyError</title>
<updated>2016-07-05T22:24:47+00:00</updated>
<author>
<name>Jeong YunWon</name>
<email>jeong@youknowone.org</email>
</author>
<published>2016-07-03T12:45:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=5a2d2f47d6681ce3085f4d4e4a8d384eb442c96f'/>
<id>5a2d2f47d6681ce3085f4d4e4a8d384eb442c96f</id>
<content type='text'>
It was raising AttributeError for key accessing in dict,
but raising IndexError for index accessing in array.

Change-Id: I58a2252a9e8d7f78cabcefcbe7223a4f3a729115
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was raising AttributeError for key accessing in dict,
but raising IndexError for index accessing in array.

Change-Id: I58a2252a9e8d7f78cabcefcbe7223a4f3a729115
</pre>
</div>
</content>
</entry>
<entry>
<title>- version bump</title>
<updated>2016-07-05T17:05:07+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-07-05T17:05:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=7c8c124dbe71602daed471e43af45051c5626c09'/>
<id>7c8c124dbe71602daed471e43af45051c5626c09</id>
<content type='text'>
Change-Id: I5ace1a90f36678c006d704b452fbbe8a3eb1cd0a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I5ace1a90f36678c006d704b452fbbe8a3eb1cd0a
</pre>
</div>
</content>
</entry>
</feed>
