<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/test/dialect, branch pr/101</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>jsonb support for &lt;@, ?| and ?&amp; added.</title>
<updated>2014-07-01T09:24:30+00:00</updated>
<author>
<name>Damian Dimmich</name>
<email>damian@tauri-tec.com</email>
</author>
<published>2014-07-01T09:24:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=ceeee81017e5fb0ac03f4a102ffd6cce418f0b05'/>
<id>ceeee81017e5fb0ac03f4a102ffd6cce418f0b05</id>
<content type='text'>
need to see if equality already works.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
need to see if equality already works.
</pre>
</div>
</content>
</entry>
<entry>
<title>it's OK to pass a dict in - it does the right thing, no need to quote it</title>
<updated>2014-06-28T19:24:36+00:00</updated>
<author>
<name>Damian Dimmich</name>
<email>damian@tauri-tec.com</email>
</author>
<published>2014-06-28T19:24:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=7f402761d91a79afd01072d7ab6e83bf64106ddc'/>
<id>7f402761d91a79afd01072d7ab6e83bf64106ddc</id>
<content type='text'>
in the tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in the tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>minor cleanup of the jsonb - had extraneous operators that where copied</title>
<updated>2014-06-28T19:11:03+00:00</updated>
<author>
<name>Damian Dimmich</name>
<email>damian@tauri-tec.com</email>
</author>
<published>2014-06-28T19:11:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=4eca136e0914252a291046d8c2ed281fe6c56d94'/>
<id>4eca136e0914252a291046d8c2ed281fe6c56d94</id>
<content type='text'>
from hstore that don't apply.

Add tests for ? and @&gt; operators.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from hstore that don't apply.

Add tests for ? and @&gt; operators.
</pre>
</div>
</content>
</entry>
<entry>
<title>and tests for JSONB - as this is a superset of JSON i've subclassed</title>
<updated>2014-06-28T16:02:24+00:00</updated>
<author>
<name>Damian Dimmich</name>
<email>damian@tauri-tec.com</email>
</author>
<published>2014-06-28T16:02:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=f5092602028386c567cba62bbc857d61eb88133e'/>
<id>f5092602028386c567cba62bbc857d61eb88133e</id>
<content type='text'>
the JSON tests as all of these should be applicable as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the JSON tests as all of these should be applicable as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>- fix test failures</title>
<updated>2014-06-21T22:11:04+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-06-21T22:11:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=650403ee643dabf64f11f6d3589124723dccaa01'/>
<id>650403ee643dabf64f11f6d3589124723dccaa01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Added a new type :class:`.postgresql.OID` to the Postgresql dialect.</title>
<updated>2014-06-20T21:58:06+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-06-20T21:58:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=42bbb7163adaaa1513c7c4f5212675632be8e030'/>
<id>42bbb7163adaaa1513c7c4f5212675632be8e030</id>
<content type='text'>
While "oid" is generally a private type within PG that is not exposed
in modern versions, there are some PG use cases such as large object
support where these types might be exposed, as well as within some
user-reported schema reflection use cases.
fixes #3002
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While "oid" is generally a private type within PG that is not exposed
in modern versions, there are some PG use cases such as large object
support where these types might be exposed, as well as within some
user-reported schema reflection use cases.
fixes #3002
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed bug where column names added to ``mysql_length`` parameter</title>
<updated>2014-06-18T14:56:23+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-06-18T14:56:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=a46932422b9bc7422e86b7d7db9fb753136730e0'/>
<id>a46932422b9bc7422e86b7d7db9fb753136730e0</id>
<content type='text'>
on an index needed to have the same quoting for quoted names in
order to be recognized.  The fix makes the quotes optional but
also provides the old behavior for backwards compatibility with those
using the workaround.
fixes #3085
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
on an index needed to have the same quoting for quoted names in
order to be recognized.  The fix makes the quotes optional but
also provides the old behavior for backwards compatibility with those
using the workaround.
fixes #3085
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://github.com/tlocke/sqlalchemy into tlocke-master</title>
<updated>2014-05-30T16:08:26+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-05-30T16:08:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=f000161f242f6814d594b5ccf91f96d99490ae61'/>
<id>f000161f242f6814d594b5ccf91f96d99490ae61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Added the ``hashable=False`` flag to the PG :class:`.HSTORE` type, which</title>
<updated>2014-05-25T17:58:08+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-05-25T17:58:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=e384347ffb9b29fca146df54284e96a567adae9c'/>
<id>e384347ffb9b29fca146df54284e96a567adae9c</id>
<content type='text'>
is needed to allow the ORM to skip over trying to "hash" an ORM-mapped
HSTORE column when requesting it in a mixed column/entity list.
Patch courtesy Gunnlaugur Þór Briem.  Fixes #3053
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is needed to allow the ORM to skip over trying to "hash" an ORM-mapped
HSTORE column when requesting it in a mixed column/entity list.
Patch courtesy Gunnlaugur Þór Briem.  Fixes #3053
</pre>
</div>
</content>
</entry>
<entry>
<title>- repair oracle compilation for new limit/offset system.</title>
<updated>2014-05-25T01:45:15+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-05-25T01:45:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=8a4f75e9721beb93483b0ff8283ffbb0d6018ec3'/>
<id>8a4f75e9721beb93483b0ff8283ffbb0d6018ec3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
