From: Mike Bayer Date: Sun, 18 Nov 2012 01:46:13 +0000 (-0500) Subject: migration doc X-Git-Tag: rel_0_8_0b2~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=50fb37e19e7589126c2b669221c3ce76127999b2;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git migration doc --- diff --git a/doc/build/changelog/migration_08.rst b/doc/build/changelog/migration_08.rst index e32a35ab9b..c4f34f6a7e 100644 --- a/doc/build/changelog/migration_08.rst +++ b/doc/build/changelog/migration_08.rst @@ -651,8 +651,7 @@ The new type is usable like any other type: New features which have come from this immediately include -support for Postgresql's HSTORE type, which is ready to go -in a separate library which may be merged, as well as new +support for Postgresql's HSTORE type, as well as new operations associated with Postgresql's ARRAY type. It also paves the way for existing types to acquire lots more operators that are specific to those types, such @@ -662,7 +661,7 @@ as more string, integer and date operators. :ref:`types_operators` - `Postgresql HSTORE `_ - support for HSTORE in SQLAlchemy + :class:`.HSTORE` :ticket:`2547`