<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/lib/sqlalchemy, branch pr/10</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>Fix unicode literals on Python 3.1 and 3.2</title>
<updated>2013-06-23T09:57:53+00:00</updated>
<author>
<name>Roman Podolyaka</name>
<email>roman.podolyaka@gmail.com</email>
</author>
<published>2013-06-23T09:04:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=25b4637bcde9bdc86240ce5eef834374a1203925'/>
<id>25b4637bcde9bdc86240ce5eef834374a1203925</id>
<content type='text'>
A few tests use u'' unicode literals which are not
supported in Python versions 3.1 and 3.2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A few tests use u'' unicode literals which are not
supported in Python versions 3.1 and 3.2.
</pre>
</div>
</content>
</entry>
<entry>
<title>Provided a new attribute for :class:`.TypeDecorator`</title>
<updated>2013-06-22T16:19:41+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-06-22T16:19:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=eba9d1b58f38577fb71d3374a2133d6e9159c277'/>
<id>eba9d1b58f38577fb71d3374a2133d6e9159c277</id>
<content type='text'>
called :attr:`.TypeDecorator.coerce_to_is_types`,
to make it easier to control how comparisons using
``==`` or ``!=`` to ``None`` and boolean types goes
about producing an ``IS`` expression, or a plain
equality expression with a bound parameter.
[ticket:2744]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
called :attr:`.TypeDecorator.coerce_to_is_types`,
to make it easier to control how comparisons using
``==`` or ``!=`` to ``None`` and boolean types goes
about producing an ``IS`` expression, or a plain
equality expression with a bound parameter.
[ticket:2744]
</pre>
</div>
</content>
</entry>
<entry>
<title>versionadds</title>
<updated>2013-06-22T15:48:33+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-06-22T15:48:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=38b54955118e6bb0f4e9664b50924a193f53e817'/>
<id>38b54955118e6bb0f4e9664b50924a193f53e817</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- 0.8 changelog</title>
<updated>2013-06-22T15:40:32+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-06-22T15:40:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=62dc627219d94a6972090eaf810017f1f0083040'/>
<id>62dc627219d94a6972090eaf810017f1f0083040</id>
<content type='text'>
- some whitespace
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- some whitespace
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5 from cjw296/pg-ranges</title>
<updated>2013-06-22T14:47:02+00:00</updated>
<author>
<name>mike bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-06-22T14:47:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=29fa6913be46c4e4c95b2b2810baea24c4b211dd'/>
<id>29fa6913be46c4e4c95b2b2810baea24c4b211dd</id>
<content type='text'>
Support for Postgres range types.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support for Postgres range types.</pre>
</div>
</content>
</entry>
<entry>
<title>fix up the isolation level docs which were a mess</title>
<updated>2013-06-18T03:12:04+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-06-18T03:12:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=4517a854bcddd98ea033a569c5c857c44dbebf93'/>
<id>4517a854bcddd98ea033a569c5c857c44dbebf93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove double methods</title>
<updated>2013-06-17T23:48:49+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-06-17T23:48:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=dde15ec54543a9388e02972d1f6dec84e124e12c'/>
<id>dde15ec54543a9388e02972d1f6dec84e124e12c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- rework PropComparator.adapted() to be PropComparator.adapt_to_entity(),</title>
<updated>2013-06-17T23:42:43+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-06-17T22:48:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=7f82168cb6b0f0e22d387ffeca1ae82f526c2f29'/>
<id>7f82168cb6b0f0e22d387ffeca1ae82f526c2f29</id>
<content type='text'>
passes in AliasedInsp and allows more flexibility.
- rework the AliasedClass/AliasedInsp relationship so that AliasedInsp has
all state and functionality.  AliasedClass is just a facade.
[ticket:2756]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
passes in AliasedInsp and allows more flexibility.
- rework the AliasedClass/AliasedInsp relationship so that AliasedInsp has
all state and functionality.  AliasedClass is just a facade.
[ticket:2756]
</pre>
</div>
</content>
</entry>
<entry>
<title>- changelog</title>
<updated>2013-06-16T02:58:04+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-06-16T02:58:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=d826d99544c5c2ec2f7ba1645273fa138b5ec74a'/>
<id>d826d99544c5c2ec2f7ba1645273fa138b5ec74a</id>
<content type='text'>
- docs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- docs
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7 from malor/psycopg2_execution_options</title>
<updated>2013-06-16T02:52:00+00:00</updated>
<author>
<name>mike bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-06-16T02:52:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=9612e2fbb5b8e49b58c0a93a6cb154f81545f2db'/>
<id>9612e2fbb5b8e49b58c0a93a6cb154f81545f2db</id>
<content type='text'>
Add AUTOCOMMIT isolation level support for psycopg2</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add AUTOCOMMIT isolation level support for psycopg2</pre>
</div>
</content>
</entry>
</feed>
