<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/lib/sqlalchemy/dialects/postgresql, branch pr/11</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>Fix unique constraints reflection in PostgreSQL</title>
<updated>2013-06-23T10:35:19+00:00</updated>
<author>
<name>Roman Podolyaka</name>
<email>roman.podolyaka@gmail.com</email>
</author>
<published>2013-06-22T12:57:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=3a80bf0d504ccc1e198249be27d87a6045c39ee4'/>
<id>3a80bf0d504ccc1e198249be27d87a6045c39ee4</id>
<content type='text'>
Reflection of unique constraints must preserve the order of columns.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reflection of unique constraints must preserve the order of columns.
</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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>- 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://91.123.203.49/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>Add AUTOCOMMIT isolation level support for psycopg2</title>
<updated>2013-06-15T13:54:50+00:00</updated>
<author>
<name>Roman Podolyaka</name>
<email>roman.podolyaka@gmail.com</email>
</author>
<published>2013-06-15T12:38:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=a1ceae2ed3b3996d5b8a554c201cf668d6d17f27'/>
<id>a1ceae2ed3b3996d5b8a554c201cf668d6d17f27</id>
<content type='text'>
One can use this to emit statements, which can not be
executed within a transaction (e. g. CREATE DATABASE):

    from sqlalchemy import create_engine

    eng = create_engine('postgresql://test:test@localhost/test')

    conn = eng.connect().execution_options(isolation_level='AUTOCOMMIT')
    conn.execute('CREATE DATABASE test2;')

Fixes issue #2072.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One can use this to emit statements, which can not be
executed within a transaction (e. g. CREATE DATABASE):

    from sqlalchemy import create_engine

    eng = create_engine('postgresql://test:test@localhost/test')

    conn = eng.connect().execution_options(isolation_level='AUTOCOMMIT')
    conn.execute('CREATE DATABASE test2;')

Fixes issue #2072.
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation for the new range type support.</title>
<updated>2013-06-10T12:24:02+00:00</updated>
<author>
<name>Chris Withers</name>
<email>chris@simplistix.co.uk</email>
</author>
<published>2013-06-10T12:24:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=b2da12e070e9d83bea5284dae11b8e6d4d509818'/>
<id>b2da12e070e9d83bea5284dae11b8e6d4d509818</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement EXCLUDE constraints for postgres.</title>
<updated>2013-06-10T11:09:56+00:00</updated>
<author>
<name>Chris Withers</name>
<email>chris@simplistix.co.uk</email>
</author>
<published>2013-05-21T20:11:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=b2ea2eef5db160183cd4f812b0ce1636d8799b91'/>
<id>b2ea2eef5db160183cd4f812b0ce1636d8799b91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add support for range operators listed in http://www.postgresql.org/docs/9.2/interactive/functions-range.html</title>
<updated>2013-06-10T11:09:55+00:00</updated>
<author>
<name>Chris Withers</name>
<email>chris@simplistix.co.uk</email>
</author>
<published>2013-05-19T14:20:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=f4020282b798ea510e6aafda779ab33c692c0120'/>
<id>f4020282b798ea510e6aafda779ab33c692c0120</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
