<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/lib/sqlalchemy/exceptions.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>- an unfortunate naming conflict</title>
<updated>2008-05-02T01:15:26+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2008-05-02T01:15:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=5932e8649d051d2186cd06fb67f3249a11e57638'/>
<id>5932e8649d051d2186cd06fb67f3249a11e57638</id>
<content type='text'>
- needed sql import on and()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- needed sql import on and()
</pre>
</div>
</content>
</entry>
<entry>
<title>- factored out the logic used by Join to create its join condition</title>
<updated>2008-05-02T01:02:23+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2008-05-02T01:02:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=e3460573d037e27592995277a19840be13457828'/>
<id>e3460573d037e27592995277a19840be13457828</id>
<content type='text'>
- With declarative, joined table inheritance mappers use a slightly relaxed
function to create the "inherit condition" to the parent
table, so that other foreign keys to not-yet-declared
Table objects don't trigger an error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- With declarative, joined table inheritance mappers use a slightly relaxed
function to create the "inherit condition" to the parent
table, so that other foreign keys to not-yet-declared
Table objects don't trigger an error.
</pre>
</div>
</content>
</entry>
<entry>
<title>- Added PendingDeprecationWarning support</title>
<updated>2008-03-29T15:54:50+00:00</updated>
<author>
<name>Jason Kirtland</name>
<email>jek@discorporate.us</email>
</author>
<published>2008-03-29T15:54:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=4fef0a23a175e64475955a67dd557347cc99f19a'/>
<id>4fef0a23a175e64475955a67dd557347cc99f19a</id>
<content type='text'>
- Deprecation decorator is now a real decorator
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Deprecation decorator is now a real decorator
</pre>
</div>
</content>
</entry>
<entry>
<title>- Friendlier exception messages for unbound, implicit execution</title>
<updated>2008-01-31T19:48:13+00:00</updated>
<author>
<name>Jason Kirtland</name>
<email>jek@discorporate.us</email>
</author>
<published>2008-01-31T19:48:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=3aed5fa544685a41c0486b39dfaeb98ac69be4af'/>
<id>3aed5fa544685a41c0486b39dfaeb98ac69be4af</id>
<content type='text'>
- Implicit binding failures now raise UnboundExecutionError
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Implicit binding failures now raise UnboundExecutionError
</pre>
</div>
</content>
</entry>
<entry>
<title>- Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn() wraps this up.</title>
<updated>2008-01-11T01:28:43+00:00</updated>
<author>
<name>Jason Kirtland</name>
<email>jek@discorporate.us</email>
</author>
<published>2008-01-11T01:28:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=8dd825b413276025b0f27d2ed7e5b93ba81a5b9c'/>
<id>8dd825b413276025b0f27d2ed7e5b93ba81a5b9c</id>
<content type='text'>
- SADeprecationWarning has moved to exceptions. An alias remains in logging until 0.5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- SADeprecationWarning has moved to exceptions. An alias remains in logging until 0.5.
</pre>
</div>
</content>
</entry>
<entry>
<title>- fixed bug with session.dirty when using "mutable scalars"</title>
<updated>2008-01-09T18:52:35+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2008-01-09T18:52:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=979c9323dce30c3a12552668fc93958cba566cca'/>
<id>979c9323dce30c3a12552668fc93958cba566cca</id>
<content type='text'>
(such as PickleTypes)

- added a more descriptive error message when flushing on a
relation() that has non-locally-mapped columns in its primary or
secondary join condition
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(such as PickleTypes)

- added a more descriptive error message when flushing on a
relation() that has non-locally-mapped columns in its primary or
secondary join condition
</pre>
</div>
</content>
</entry>
<entry>
<title>happy new year</title>
<updated>2008-01-01T17:42:17+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2008-01-01T17:42:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=02a4176a657d54027703de5bbb4d4041ef271fe4'/>
<id>02a4176a657d54027703de5bbb4d4041ef271fe4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- auto-reconnect support improved; a Connection can now automatically</title>
<updated>2007-12-19T19:51:46+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2007-12-19T19:51:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=b9b0aca7575e347dfd62221c9d515decee4c75f6'/>
<id>b9b0aca7575e347dfd62221c9d515decee4c75f6</id>
<content type='text'>
reconnect after its underlying connection is invalidated, without
needing to connect() again from the engine.  This allows an ORM session
bound to a single Connection to not need a reconnect.
Open transactions on the Connection must be rolled back after an invalidation
of the underlying connection else an error is raised.  Also fixed
bug where disconnect detect was not being called for cursor(), rollback(),
or commit().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
reconnect after its underlying connection is invalidated, without
needing to connect() again from the engine.  This allows an ORM session
bound to a single Connection to not need a reconnect.
Open transactions on the Connection must be rolled back after an invalidation
of the underlying connection else an error is raised.  Also fixed
bug where disconnect detect was not being called for cursor(), rollback(),
or commit().
</pre>
</div>
</content>
</entry>
<entry>
<title>introductory docstring bonanza</title>
<updated>2007-12-18T23:53:40+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2007-12-18T23:53:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=ba0267a955d40efb09de06ce226fbab63994aa78'/>
<id>ba0267a955d40efb09de06ce226fbab63994aa78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
