<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/lib/sqlalchemy/dialects, branch pr/50</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> sqlalchemy/dialects/postgresql/pgjson:</title>
<updated>2013-12-11T15:27:10+00:00</updated>
<author>
<name>nathan</name>
<email>nathan.alexander.rice@gmail.com</email>
</author>
<published>2013-12-11T15:27:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=c64b7aabab3357b6587a23cf010c4299479291d0'/>
<id>c64b7aabab3357b6587a23cf010c4299479291d0</id>
<content type='text'>
 - Updated documentation for JSON class
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - Updated documentation for JSON class
</pre>
</div>
</content>
</entry>
<entry>
<title> sqlalchemy/dialects/postgresql/pgjson:</title>
<updated>2013-12-11T15:21:08+00:00</updated>
<author>
<name>nathan</name>
<email>nathan.alexander.rice@gmail.com</email>
</author>
<published>2013-12-11T15:21:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=015c73c83a1bd915cd34cc61370a6d89228c40d6'/>
<id>015c73c83a1bd915cd34cc61370a6d89228c40d6</id>
<content type='text'>
 - Added support for additional operators
 - Made return as json default (rather than text)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - Added support for additional operators
 - Made return as json default (rather than text)
</pre>
</div>
</content>
</entry>
<entry>
<title> sqlalchemy/dialects/postgresql/psycopg2:</title>
<updated>2013-12-10T15:09:15+00:00</updated>
<author>
<name>nathan</name>
<email>nathan.alexander.rice@gmail.com</email>
</author>
<published>2013-12-10T15:09:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=059039e0f7eaeeaf7ab49181a99a5edeb67d9f28'/>
<id>059039e0f7eaeeaf7ab49181a99a5edeb67d9f28</id>
<content type='text'>
 - Removed unneeded import of psycopg2.extensions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - Removed unneeded import of psycopg2.extensions
</pre>
</div>
</content>
</entry>
<entry>
<title> sqlalchemy/dialects/postgresql/pgjson:</title>
<updated>2013-12-10T15:01:51+00:00</updated>
<author>
<name>nathan</name>
<email>nathan.alexander.rice@gmail.com</email>
</author>
<published>2013-12-10T15:01:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=f285b3536fe01f21409e201fbeeac559ab423a9d'/>
<id>f285b3536fe01f21409e201fbeeac559ab423a9d</id>
<content type='text'>
 - Fixed reference to HSTORE
 - Corrected spelling of SQLAlchemy

 sqlalchemy/dialects/postgresql/psycopg2:
 - Added psycopg2 specific wrapper type for JSON which uses inherent json deserialization facilities
 - Added code to detect and utilize the JSON wrapper if psycopg2 &gt;= 2.5

test/dialect/postgresql/test_types:
- removed reference to use_native_hstore
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - Fixed reference to HSTORE
 - Corrected spelling of SQLAlchemy

 sqlalchemy/dialects/postgresql/psycopg2:
 - Added psycopg2 specific wrapper type for JSON which uses inherent json deserialization facilities
 - Added code to detect and utilize the JSON wrapper if psycopg2 &gt;= 2.5

test/dialect/postgresql/test_types:
- removed reference to use_native_hstore
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rel_0_9' of https://github.com/nathan-rice/sqlalchemy into rel_0_9</title>
<updated>2013-12-09T16:52:23+00:00</updated>
<author>
<name>nathan</name>
<email>nathan.alexander.rice@gmail.com</email>
</author>
<published>2013-12-09T16:52:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=ba73d619ca2199d96e92646021af3eb95186725e'/>
<id>ba73d619ca2199d96e92646021af3eb95186725e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sqlalchemy/dialects/postgresql/__init__.py:</title>
<updated>2013-12-09T16:46:36+00:00</updated>
<author>
<name>nathan</name>
<email>nathan.alexander.rice@gmail.com</email>
</author>
<published>2013-12-09T16:46:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=64288c7d6ffc021e2388aa764e9a3b921506c7a0'/>
<id>64288c7d6ffc021e2388aa764e9a3b921506c7a0</id>
<content type='text'>
- Added import references to JSON class

 sqlalchemy/dialects/postgresql/base.py:
 - Added visitor method for JSON class

 sqlalchemy/dialects/postgresql/pgjson (new):
 - JSON class, supports automatic serialization and deserialization of json data, as well as basic json operators.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added import references to JSON class

 sqlalchemy/dialects/postgresql/base.py:
 - Added visitor method for JSON class

 sqlalchemy/dialects/postgresql/pgjson (new):
 - JSON class, supports automatic serialization and deserialization of json data, as well as basic json operators.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix MSSQL dialects visit_drop_index to use the correct DDL</title>
<updated>2013-12-05T03:49:13+00:00</updated>
<author>
<name>donkopotamus</name>
<email>derek.harland@finq.co.nz</email>
</author>
<published>2013-12-05T03:49:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=b18440c8326539582153f4dbb4a3b09f29535712'/>
<id>b18440c8326539582153f4dbb4a3b09f29535712</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Added ORA-02396 "maximum idle time" error code to list of</title>
<updated>2013-12-03T18:18:40+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-12-03T18:18:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=21feea9c1d278036cc37add813b72d0dbd4b1754'/>
<id>21feea9c1d278036cc37add813b72d0dbd4b1754</id>
<content type='text'>
"is disconnect" codes with cx_oracle. [ticket:2864]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"is disconnect" codes with cx_oracle. [ticket:2864]
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed bug where values within an ENUM weren't escaped for single</title>
<updated>2013-11-30T18:53:26+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-11-30T18:53:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=66773a8801a584d36b514e22a03d92d66fb2931b'/>
<id>66773a8801a584d36b514e22a03d92d66fb2931b</id>
<content type='text'>
quote signs.   Note that this is backwards-incompatible for existing
workarounds that manually escape the single quotes. [ticket:2878]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
quote signs.   Note that this is backwards-incompatible for existing
workarounds that manually escape the single quotes. [ticket:2878]
</pre>
</div>
</content>
</entry>
<entry>
<title>- add support for bindparam() called from AsFromText</title>
<updated>2013-11-30T00:06:33+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-11-30T00:06:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=207fafe7e35b945a41e139b5507a8d73c7b019db'/>
<id>207fafe7e35b945a41e139b5507a8d73c7b019db</id>
<content type='text'>
- get PG dialect to work around "no nonexistent binds" rule for now,
though we might want to reconsider this behavior
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- get PG dialect to work around "no nonexistent binds" rule for now,
though we might want to reconsider this behavior
</pre>
</div>
</content>
</entry>
</feed>
