<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/lib/sqlalchemy/ext, branch pr/230</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>- cross link for concrete helper classes</title>
<updated>2016-01-20T20:28:35+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-01-20T20:28:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=a53bd6f74b4f41fd04c8cde1f8b58bbb766fe18d'/>
<id>a53bd6f74b4f41fd04c8cde1f8b58bbb766fe18d</id>
<content type='text'>
- remove redundant concrete helper docs from declarative docs,
two places is enough
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- remove redundant concrete helper docs from declarative docs,
two places is enough
</pre>
</div>
</content>
</entry>
<entry>
<title>- add a note that the literal_binds flag should be used</title>
<updated>2016-01-20T17:10:40+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-01-20T17:10:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=165fa15b0f9dbca50539aa7da377c5da5ac0fc79'/>
<id>165fa15b0f9dbca50539aa7da377c5da5ac0fc79</id>
<content type='text'>
when cross-compiling from DDL to SQL, fixes #3615
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when cross-compiling from DDL to SQL, fixes #3615
</pre>
</div>
</content>
</entry>
<entry>
<title>- fix link to types in metadata, fixes #3618</title>
<updated>2016-01-10T16:48:53+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-01-10T16:48:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=d03477d4b761132f44c48417be09d622ad9adfd3'/>
<id>d03477d4b761132f44c48417be09d622ad9adfd3</id>
<content type='text'>
- fix "version" got whacked into "f" in core tutorial
- fix short underline in automap
- fix unmatched boldface in session events
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fix "version" got whacked into "f" in core tutorial
- fix short underline in automap
- fix unmatched boldface in session events
</pre>
</div>
</content>
</entry>
<entry>
<title>- just use *arg straight without "key" for pop</title>
<updated>2015-12-17T16:47:14+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-12-17T16:47:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=5e5b8a96a7978f5a73a4bd248767122efc5ea265'/>
<id>5e5b8a96a7978f5a73a4bd248767122efc5ea265</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Further fixes to :ticket:`3605`, pop method on :class:`.MutableDict`,</title>
<updated>2015-12-17T16:24:35+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-12-17T16:24:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=913858c949ae9ca6250217d82d72c7d79e9f6585'/>
<id>913858c949ae9ca6250217d82d72c7d79e9f6585</id>
<content type='text'>
where the "default" argument was not included.
fixes #3605
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
where the "default" argument was not included.
fixes #3605
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed bug in baked loader system where the systemwide monkeypatch</title>
<updated>2015-12-16T02:44:00+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-12-16T02:44:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=a22b2085068f860d05dbb98631d2ac2079a12b39'/>
<id>a22b2085068f860d05dbb98631d2ac2079a12b39</id>
<content type='text'>
for setting up baked lazy loaders would interfere with other
loader strategies that rely on lazy loading as a fallback, e.g.
joined and subquery eager loaders, leading to ``IndexError``
exceptions at mapper configuration time.
fixes #3612
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for setting up baked lazy loaders would interfere with other
loader strategies that rely on lazy loading as a fallback, e.g.
joined and subquery eager loaders, leading to ``IndexError``
exceptions at mapper configuration time.
fixes #3612
</pre>
</div>
</content>
</entry>
<entry>
<title>- Added support for the ``dict.pop()`` and ``dict.popitem()`` methods</title>
<updated>2015-12-11T16:21:46+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-12-11T16:21:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=5710a1e88bf669227959ca950b56d1072520b255'/>
<id>5710a1e88bf669227959ca950b56d1072520b255</id>
<content type='text'>
to the :class:`.mutable.MutableDict` class.
fixes #3605
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to the :class:`.mutable.MutableDict` class.
fixes #3605
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/pr/212'</title>
<updated>2015-11-30T17:46:45+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-11-30T17:46:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=d5fd26b836afb85ffbb2d4749660d4895090d620'/>
<id>d5fd26b836afb85ffbb2d4749660d4895090d620</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/211'</title>
<updated>2015-11-30T17:35:10+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-11-30T17:35:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=a058233f55b293919c02116b66336fae9bc38700'/>
<id>a058233f55b293919c02116b66336fae9bc38700</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed an issue in baked queries where the .get() method, used either</title>
<updated>2015-11-29T16:42:55+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-11-29T16:42:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=b0308a7b3af91cc61fbe3347376024ad8b7be019'/>
<id>b0308a7b3af91cc61fbe3347376024ad8b7be019</id>
<content type='text'>
directly or within lazy loads, didn't consider the mapper's "get clause"
as part of the cache key, causing bound parameter mismatches if the
clause got re-generated.  This clause is cached by mappers
on the fly but in highly concurrent scenarios may be generated more
than once when first accessed.
fixes #3597
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
directly or within lazy loads, didn't consider the mapper's "get clause"
as part of the cache key, causing bound parameter mismatches if the
clause got re-generated.  This clause is cached by mappers
on the fly but in highly concurrent scenarios may be generated more
than once when first accessed.
fixes #3597
</pre>
</div>
</content>
</entry>
</feed>
