<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git, branch rel_0_4</title>
<subtitle>github.com: zzzeek/sqlalchemy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/'/>
<entry>
<title>    - Fixed SQLite reflection methods so that non-present</title>
<updated>2009-03-17T15:15:10+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2009-03-17T15:15:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=05880daddd1a60c41267f395a55d01db943171eb'/>
<id>05880daddd1a60c41267f395a55d01db943171eb</id>
<content type='text'>
      cursor.description, which triggers an auto-cursor
      close, will be detected so that no results doesn't
      fail on recent versions of pysqlite which raise
      an error when fetchone() called with no rows present.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
      cursor.description, which triggers an auto-cursor
      close, will be detected so that no results doesn't
      fail on recent versions of pysqlite which raise
      an error when fetchone() called with no rows present.
</pre>
</div>
</content>
</entry>
<entry>
<title>getstate fix</title>
<updated>2009-01-29T17:58:29+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2009-01-29T17:58:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=86ff08dfea383cebd81347515c5b9affdfa589a1'/>
<id>86ff08dfea383cebd81347515c5b9affdfa589a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- The per-dialect cache used by TypeEngine to cache</title>
<updated>2009-01-29T16:10:08+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2009-01-29T16:10:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=c12854807de2a78ac66f2e8c51004866de699ea4'/>
<id>c12854807de2a78ac66f2e8c51004866de699ea4</id>
<content type='text'>
dialect-specific types is now a WeakKeyDictionary.
This to prevent dialect objects from
being referenced forever for an application that
creates an arbitrarily large number of engines
or dialects.   There is a small performance penalty
which will be resolved in 0.6.  [ticket:1299]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dialect-specific types is now a WeakKeyDictionary.
This to prevent dialect objects from
being referenced forever for an application that
creates an arbitrarily large number of engines
or dialects.   There is a small performance penalty
which will be resolved in 0.6.  [ticket:1299]
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed bug which was preventing out params of certain types</title>
<updated>2009-01-03T19:09:25+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2009-01-03T19:09:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=f43f9a28303e8e36b2018cdc0df9f01ff765cf6f'/>
<id>f43f9a28303e8e36b2018cdc0df9f01ff765cf6f</id>
<content type='text'>
from being received; thanks a ton to huddlej at wwu.edu !
[ticket:1265]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from being received; thanks a ton to huddlej at wwu.edu !
[ticket:1265]
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed shard_id argument on ShardedSession.execute().</title>
<updated>2008-12-28T20:06:50+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2008-12-28T20:06:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=982787d822251f7f7b710099cfed684a4f944570'/>
<id>982787d822251f7f7b710099cfed684a4f944570</id>
<content type='text'>
[ticket:1072]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ticket:1072]
</pre>
</div>
</content>
</entry>
<entry>
<title>- Class-bound accessor can be used as the argument to</title>
<updated>2008-12-27T18:34:54+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2008-12-27T18:34:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=53a86f05355060ffef862ad85050e90b3f4c3884'/>
<id>53a86f05355060ffef862ad85050e90b3f4c3884</id>
<content type='text'>
relation() order_by.  [ticket:939]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
relation() order_by.  [ticket:939]
</pre>
</div>
</content>
</entry>
<entry>
<title>unit tests in 0.5 revealed the proper way to do this</title>
<updated>2008-12-27T18:23:24+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2008-12-27T18:23:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=2f19d81a087a65af9ba2e20bdfbe39ee8c52aa11'/>
<id>2f19d81a087a65af9ba2e20bdfbe39ee8c52aa11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Added ScopedSession.is_active accessor. [ticket:976]</title>
<updated>2008-12-27T18:19:44+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2008-12-27T18:19:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=1993e0c3bf05f78f6b6d8422d23846611fac92ae'/>
<id>1993e0c3bf05f78f6b6d8422d23846611fac92ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- NullPool supports reconnect on failure behavior.</title>
<updated>2008-12-27T18:07:02+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2008-12-27T18:07:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=4a89be0bfd559452372836f912f63de2aff60922'/>
<id>4a89be0bfd559452372836f912f63de2aff60922</id>
<content type='text'>
[ticket:1094]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ticket:1094]
</pre>
</div>
</content>
</entry>
<entry>
<title>- postgres</title>
<updated>2008-12-23T04:43:00+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2008-12-23T04:43:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=914dfb2bf4a70897c1742ed7c0b29a153fec3740'/>
<id>914dfb2bf4a70897c1742ed7c0b29a153fec3740</id>
<content type='text'>
    - Added Index reflection support to Postgres, using a
      great patch we long neglected, submitted by
      Ken Kuhlman. [ticket:714]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    - Added Index reflection support to Postgres, using a
      great patch we long neglected, submitted by
      Ken Kuhlman. [ticket:714]
</pre>
</div>
</content>
</entry>
</feed>
