<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/test, branch rel_0_4</title>
<subtitle>github.com: zzzeek/sqlalchemy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/'/>
<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://trove.baserock.org/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://trove.baserock.org/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://trove.baserock.org/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://trove.baserock.org/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>- 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://trove.baserock.org/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://trove.baserock.org/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>
<entry>
<title>Fixed up misspelling of propagate throughout.</title>
<updated>2008-11-10T02:23:57+00:00</updated>
<author>
<name>Michael Trier</name>
<email>mtrier@gmail.com</email>
</author>
<published>2008-11-10T02:23:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=e648c70887f9207ef01263f3fc05113878c507ea'/>
<id>e648c70887f9207ef01263f3fc05113878c507ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed bug in composite types which prevented a primary-key</title>
<updated>2008-11-05T21:16:09+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2008-11-05T21:16:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=0638bbc803debc402f68c33171b18598ff24bca9'/>
<id>0638bbc803debc402f68c33171b18598ff24bca9</id>
<content type='text'>
composite type from being mutated [ticket:1213].
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
composite type from being mutated [ticket:1213].
</pre>
</div>
</content>
</entry>
<entry>
<title>- polymorphic_union() function respects the "key" of each</title>
<updated>2008-10-21T21:10:51+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2008-10-21T21:10:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=adc72de6a4fe2547b015ccc41c6b956137290925'/>
<id>adc72de6a4fe2547b015ccc41c6b956137290925</id>
<content type='text'>
Column if they differ from the column's name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Column if they differ from the column's name.
</pre>
</div>
</content>
</entry>
<entry>
<title>- String's (and Unicode's, UnicodeText's, etc.) convert_unicode</title>
<updated>2008-10-12T14:39:11+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2008-10-12T14:39:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=bfc90aa6c69511fc71aa6079ecc86e9315b042b7'/>
<id>bfc90aa6c69511fc71aa6079ecc86e9315b042b7</id>
<content type='text'>
logic disabled in the sqlite dialect, to adjust for pysqlite
2.5.0's new requirement that only Python unicode objects are
accepted;
http://itsystementwicklung.de/pipermail/list-pysqlite/2008-March/000018.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
logic disabled in the sqlite dialect, to adjust for pysqlite
2.5.0's new requirement that only Python unicode objects are
accepted;
http://itsystementwicklung.de/pipermail/list-pysqlite/2008-March/000018.html
</pre>
</div>
</content>
</entry>
</feed>
