<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git, branch pr/234</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>Make all tests pass with postgresql+pygresql</title>
<updated>2016-02-09T14:20:51+00:00</updated>
<author>
<name>Christoph Zwerschke</name>
<email>cito@online.de</email>
</author>
<published>2016-02-09T14:20:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=29ef0ad7c12d9ac8c27123d945bc4fbd74ba1a3c'/>
<id>29ef0ad7c12d9ac8c27123d945bc4fbd74ba1a3c</id>
<content type='text'>
Note that it requires the latest PyGreSQL 5.0
to pass all tests, a warning is printed otherwise.

Minor change to test.dialect.postgresql.test_types:
- JSON content should not be required to be unicode
  if the dialect doesn't return unicode (Python 2).
Minor change to dialects/postgresql.base:
- Return index names properly casted to unicode
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note that it requires the latest PyGreSQL 5.0
to pass all tests, a warning is printed otherwise.

Minor change to test.dialect.postgresql.test_types:
- JSON content should not be required to be unicode
  if the dialect doesn't return unicode (Python 2).
Minor change to dialects/postgresql.base:
- Return index names properly casted to unicode
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some issues with the PyGreSQL dialect</title>
<updated>2016-02-07T11:08:14+00:00</updated>
<author>
<name>Christoph Zwerschke</name>
<email>cito@online.de</email>
</author>
<published>2016-02-07T11:08:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=c65a805f577d659a2cb169a447b0134c081d500a'/>
<id>c65a805f577d659a2cb169a447b0134c081d500a</id>
<content type='text'>
The dialect may be initialized without the dbapi module being loaded.
Also, a connection may be made with no host argument set (localhost).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The dialect may be initialized without the dbapi module being loaded.
Also, a connection may be made with no host argument set (localhost).
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for PostgreSQL with PyGreSQL</title>
<updated>2016-02-06T12:57:13+00:00</updated>
<author>
<name>Christoph Zwerschke</name>
<email>cito@online.de</email>
</author>
<published>2016-02-06T12:57:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=a43f8ce0ef5723460bc13a31fa40faf4cccc89ca'/>
<id>a43f8ce0ef5723460bc13a31fa40faf4cccc89ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- add a session killer for oracle provisioning</title>
<updated>2016-02-04T18:59:32+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-02-04T18:59:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=c70d7226ee1ced742b0ef4536e2c33aa480a437f'/>
<id>c70d7226ee1ced742b0ef4536e2c33aa480a437f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- add an impl for Enum to Oracle which has subclassing requirements</title>
<updated>2016-02-04T18:36:45+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-02-04T18:36:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=fd07c22e6e104b2d8f295e2e4a8ca19d7f218513'/>
<id>fd07c22e6e104b2d8f295e2e4a8ca19d7f218513</id>
<content type='text'>
on unicode.   Enum would be better as a TypeDecorator
at this point but then that becomes awkward with native enum
types (Interval works that way, but we don't need the bind_processor for
native interval...)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
on unicode.   Enum would be better as a TypeDecorator
at this point but then that becomes awkward with native enum
types (Interval works that way, but we don't need the bind_processor for
native interval...)
</pre>
</div>
</content>
</entry>
<entry>
<title>- more oracle fixes</title>
<updated>2016-02-04T01:37:42+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-02-04T01:37:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=93c5328e66d8491e73027f6e789df2255c4fa767'/>
<id>93c5328e66d8491e73027f6e789df2255c4fa767</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- oracle requires GLOBAL here</title>
<updated>2016-02-04T00:34:29+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-02-04T00:34:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=c1316a299257fae8264c8038d83e415f4605fde7'/>
<id>c1316a299257fae8264c8038d83e415f4605fde7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- add multi-database provisioning for oracle</title>
<updated>2016-02-03T23:26:00+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-02-03T23:26:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=c01d11907cbc98ddefe323c6115bc954b908f101'/>
<id>c01d11907cbc98ddefe323c6115bc954b908f101</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in relationship persistance docs</title>
<updated>2016-02-03T16:49:18+00:00</updated>
<author>
<name>Josh Friend</name>
<email>jfriend@michiganlabs.com</email>
</author>
<published>2016-02-03T16:49:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=d464933fd56ffef7d6c9364a922bb72e9d37af99'/>
<id>d464933fd56ffef7d6c9364a922bb72e9d37af99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- add literal_binds for delete() statements in addition to insert()/update()</title>
<updated>2016-02-03T16:07:44+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-02-03T16:07:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=150591f9e0a94902cb2a76b68ac7c9d8a1a3ec83'/>
<id>150591f9e0a94902cb2a76b68ac7c9d8a1a3ec83</id>
<content type='text'>
- move tests to CRUDTest
- changelog, fixes #3643
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- move tests to CRUDTest
- changelog, fixes #3643
</pre>
</div>
</content>
</entry>
</feed>
