<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/lib/sqlalchemy/orm, branch pr/1</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>Fixed a regression from 0.7 caused by this ticket, which</title>
<updated>2013-05-13T20:13:15+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-05-13T20:13:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=f574bcf98de0d30f0a28bf82aae84098157de0f4'/>
<id>f574bcf98de0d30f0a28bf82aae84098157de0f4</id>
<content type='text'>
made the check for recursion overflow in self-referential
eager joining too loose, missing a particular circumstance
where a subclass had lazy="joined" or "subquery" configured
and the load was a "with_polymorphic" against the base.
[ticket:2481]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
made the check for recursion overflow in self-referential
eager joining too loose, missing a particular circumstance
where a subclass had lazy="joined" or "subquery" configured
and the load was a "with_polymorphic" against the base.
[ticket:2481]
</pre>
</div>
</content>
</entry>
<entry>
<title>- moderinzed the docs for the foreign_keys parameter a bit,</title>
<updated>2013-05-10T05:06:10+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-05-10T05:06:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=f35be1d578e89f8727cd015e90f3a3f0a43213cf'/>
<id>f35be1d578e89f8727cd015e90f3a3f0a43213cf</id>
<content type='text'>
[ticket:2725]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ticket:2725]
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed a regression from 0.7 where the contextmanager feature</title>
<updated>2013-04-30T14:02:49+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-04-30T14:02:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=0c4f0f891654a378913c060da38829e81327097a'/>
<id>0c4f0f891654a378913c060da38829e81327097a</id>
<content type='text'>
of :meth:`.Session.begin_nested` would fail to correctly
roll back the transaction when a flush error occurred, instead
raising its own exception while leaving the session still
pending a rollback.  [ticket:2718]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of :meth:`.Session.begin_nested` would fail to correctly
roll back the transaction when a flush error occurred, instead
raising its own exception while leaving the session still
pending a rollback.  [ticket:2718]
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes to the ``sqlalchemy.ext.serializer`` extension, including</title>
<updated>2013-04-26T19:51:29+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-04-26T19:51:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=e3a7015f8991cea869c6e59cd537fec9836fc9bd'/>
<id>e3a7015f8991cea869c6e59cd537fec9836fc9bd</id>
<content type='text'>
that the "id" passed from the pickler is turned into a string
to prevent against bytes being parsed on Py3K, as well as that
``relationship()`` and ``orm.join()`` constructs are now properly
serialized. [ticket:2698] and some other observed issues.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that the "id" passed from the pickler is turned into a string
to prevent against bytes being parsed on Py3K, as well as that
``relationship()`` and ``orm.join()`` constructs are now properly
serialized. [ticket:2698] and some other observed issues.
</pre>
</div>
</content>
</entry>
<entry>
<title>- further cleanup.  in particular, the left clause is never None.  But we still</title>
<updated>2013-04-25T18:44:37+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-04-25T18:44:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=8e66f41f697c68f3a12f305317e95c56f44ff202'/>
<id>8e66f41f697c68f3a12f305317e95c56f44ff202</id>
<content type='text'>
can have errors when we do the auto-join, these are both covered in test_joins
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
can have errors when we do the auto-join, these are both covered in test_joins
</pre>
</div>
</content>
</entry>
<entry>
<title>we can always adapt to right also.  suppose if right</title>
<updated>2013-04-25T18:29:48+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-04-25T18:29:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=e1d03569686f9f574765ef90b9251d54d2b935c4'/>
<id>e1d03569686f9f574765ef90b9251d54d2b935c4</id>
<content type='text'>
were an alias of a table, should add tests for that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
were an alias of a table, should add tests for that.
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup</title>
<updated>2013-04-25T18:13:13+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-04-25T18:13:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=68b844df4fdb05f27ffc3a6c1e12b30f199f69e5'/>
<id>68b844df4fdb05f27ffc3a6c1e12b30f199f69e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>everything passes with this!!!!!!! holy crap !!!!!  and its the simplest of all</title>
<updated>2013-04-25T17:54:40+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-04-25T17:54:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=6f05aa06bfde7a9aa1437fa542232bf05ff13df2'/>
<id>6f05aa06bfde7a9aa1437fa542232bf05ff13df2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- attempt to replace the whole idea of "join_to_left" with a more</title>
<updated>2013-04-24T22:58:09+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-04-24T22:58:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=637232709770de034caf67c9ece6121c83c43681'/>
<id>637232709770de034caf67c9ece6121c83c43681</id>
<content type='text'>
fundamental and general purpose heuristic.   this initial approach
has about 60 tests failing but seems to have gone pretty far
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fundamental and general purpose heuristic.   this initial approach
has about 60 tests failing but seems to have gone pretty far
</pre>
</div>
</content>
</entry>
<entry>
<title>- merge exists() patch + changelog</title>
<updated>2013-04-24T00:06:04+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-04-24T00:06:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=7a26ad2ef1bda284f907a8396cea2a794c6ee400'/>
<id>7a26ad2ef1bda284f907a8396cea2a794c6ee400</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
