<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/lib/sqlalchemy/ext/activemapper.py, branch 2020_tutorial</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>r4695 merged to trunk; trunk now becomes 0.5.</title>
<updated>2008-05-09T16:34:10+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2008-05-09T16:34:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=4a6afd469fad170868554bf28578849bf3dfd5dd'/>
<id>4a6afd469fad170868554bf28578849bf3dfd5dd</id>
<content type='text'>
0.4 development continues at /sqlalchemy/branches/rel_0_4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
0.4 development continues at /sqlalchemy/branches/rel_0_4
</pre>
</div>
</content>
</entry>
<entry>
<title>- parent transactions weren't started on the connection when adding a connection to a nested session transaction.</title>
<updated>2008-01-20T03:22:00+00:00</updated>
<author>
<name>Ants Aasma</name>
<email>ants.aasma@gmail.com</email>
</author>
<published>2008-01-20T03:22:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=9f366afdda4b508eb4ef3e626da2fec98ad04773'/>
<id>9f366afdda4b508eb4ef3e626da2fec98ad04773</id>
<content type='text'>
- session.transaction now always refers to the innermost active transaction, even when commit/rollback are called directly on the session transaction object.
- when preparing a two-phase transaction fails on one connection all the connections are rolled back.
- two phase transactions can now be prepared.
- session.close() didn't close all transactions when nested transactions were used.
- rollback() previously erroneously set the current transaction directly to the parent of the transaction that could be rolled back to.
- autoflush for commit() wasn't flushing for simple subtransactions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- session.transaction now always refers to the innermost active transaction, even when commit/rollback are called directly on the session transaction object.
- when preparing a two-phase transaction fails on one connection all the connections are rolled back.
- two phase transactions can now be prepared.
- session.close() didn't close all transactions when nested transactions were used.
- rollback() previously erroneously set the current transaction directly to the parent of the transaction that could be rolled back to.
- autoflush for commit() wasn't flushing for simple subtransactions.
</pre>
</div>
</content>
</entry>
<entry>
<title>cut down a good deal of Join construction overhead</title>
<updated>2007-11-18T06:51:17+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2007-11-18T06:51:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=31b32896e81335108f77cdc44954b3c78c5f62a8'/>
<id>31b32896e81335108f77cdc44954b3c78c5f62a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make ActiveMapper support viewonly property</title>
<updated>2007-10-17T11:23:39+00:00</updated>
<author>
<name>Paul Johnston</name>
<email>paj@pajhome.org.uk</email>
</author>
<published>2007-10-17T11:23:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=a0748b3d66c8afa217b1356ea7a4d0599b7c5c6c'/>
<id>a0748b3d66c8afa217b1356ea7a4d0599b7c5c6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Assorted unused imports from pyflakes, docstring tweaks, formatting.</title>
<updated>2007-10-13T21:03:49+00:00</updated>
<author>
<name>Jason Kirtland</name>
<email>jek@discorporate.us</email>
</author>
<published>2007-10-13T21:03:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=666997c8fa55e2f2f828c70ec3784a1dfe0951a7'/>
<id>666997c8fa55e2f2f828c70ec3784a1dfe0951a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make ActiveMapper use scoped_session instead of SessionContext</title>
<updated>2007-10-12T20:53:20+00:00</updated>
<author>
<name>Paul Johnston</name>
<email>paj@pajhome.org.uk</email>
</author>
<published>2007-10-12T20:53:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=2585a470c0c31254da8b3f51e927704e403d5d35'/>
<id>2585a470c0c31254da8b3f51e927704e403d5d35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Small change in ActiveMapper to make it work with Python 2.3</title>
<updated>2007-09-04T22:35:00+00:00</updated>
<author>
<name>Paul Johnston</name>
<email>paj@pajhome.org.uk</email>
</author>
<published>2007-09-04T22:35:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=43a927f6e03e1c87c4ea9f1ffe6dce6d794ccdda'/>
<id>43a927f6e03e1c87c4ea9f1ffe6dce6d794ccdda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update activemapper backrefs for r3340</title>
<updated>2007-08-17T19:13:12+00:00</updated>
<author>
<name>Jason Kirtland</name>
<email>jek@discorporate.us</email>
</author>
<published>2007-08-17T19:13:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=3e3e6d0c197df8d40bb33c2fb304472879857439'/>
<id>3e3e6d0c197df8d40bb33c2fb304472879857439</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merging 0.4 branch to trunk.  see CHANGES for details.  0.3 moves to maintenance branch in branches/rel_0_3.</title>
<updated>2007-07-27T04:08:53+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2007-07-27T04:08:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=ed4fc64bb0ac61c27bc4af32962fb129e74a36bf'/>
<id>ed4fc64bb0ac61c27bc4af32962fb129e74a36bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData instead</title>
<updated>2007-07-06T00:58:09+00:00</updated>
<author>
<name>Jason Kirtland</name>
<email>jek@discorporate.us</email>
</author>
<published>2007-07-06T00:58:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=177d30cc011b919c9c6381027d2e5f29e17e5ea7'/>
<id>177d30cc011b919c9c6381027d2e5f29e17e5ea7</id>
<content type='text'>
- Deprecated BoundMetaData- use MetaData instead
- Removed DMD and BMD from documentation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Deprecated BoundMetaData- use MetaData instead
- Removed DMD and BMD from documentation
</pre>
</div>
</content>
</entry>
</feed>
