]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- repair forwards-port directives
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Mar 2015 20:23:09 +0000 (16:23 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Mar 2015 20:23:09 +0000 (16:23 -0400)
doc/build/changelog/changelog_09.rst

index e993371e9580ac4e71a05be6c0c283741483ec4f..df3b7e8d032c1b559b2fc21bf80b12efc45acbc1 100644 (file)
@@ -25,6 +25,7 @@
     .. change::
         :tags: feature, orm
         :tickets: 3320
+        :versions: 1.0.0
 
         Added a new entry ``"entity"`` to the dictionaries returned by
         :attr:`.Query.column_descriptions`.  This refers to the primary ORM
@@ -40,6 +41,7 @@
     .. change::
         :tags: feature, postgresql
         :pullreq: bitbucket:45
+        :versions: 1.0.0
 
         Added support for the ``CONCURRENTLY`` keyword with Postgresql
         indexes, established using ``postgresql_concurrently``.  Pull
@@ -52,6 +54,7 @@
     .. change::
         :tags: bug, ext, py3k
         :pullreq: github:154
+        :versions: 1.0.0
 
         Fixed bug where the association proxy list class would not interpret
         slices correctly under Py3K.  Pull request courtesy
@@ -60,6 +63,7 @@
     .. change::
         :tags: feature, sqlite
         :pullreq: bitbucket:42
+        :versions: 1.0.0
 
         Added support for partial indexes (e.g. with a WHERE clause) on
         SQLite.  Pull request courtesy Kai Groner.
@@ -71,6 +75,7 @@
     .. change::
         :tags: bug, orm
         :tickets: 3310
+        :versions: 1.0.0
 
         Fixed bugs in ORM object comparisons where comparison of
         many-to-one ``!= None`` would fail if the source were an aliased
@@ -83,6 +88,7 @@
     .. change::
         :tags: bug, orm
         :tickets: 3309
+        :versions: 1.0.0
 
         Fixed bug where internal assertion would fail in the case where
         an ``after_rollback()`` handler for a :class:`.Session` incorrectly
@@ -93,6 +99,7 @@
     .. change::
         :tags: bug, orm
         :pullreq: github:147
+        :versions: 1.0.0
 
         Fixed bug where TypeError raised when :meth:`.Query.join` called
         with unknown kw arguments would raise its own TypeError due
     .. change::
         :tags: bug, engine
         :tickets: 3302
+        :versions: 1.0.0
 
         Fixed bug in :class:`.Connection` and pool where the
         :meth:`.Connection.invalidate` method, or an invalidation due
     .. change::
         :tags: feature, orm
         :tickets: 3296
+        :versions: 1.0.0
 
         Added new parameter :paramref:`.Session.connection.execution_options`
         which may be used to set up execution options on a :class:`.Connection`
     .. change::
         :tags: bug, engine
         :tickets: 3296
+        :versions: 1.0.0
 
         A warning is emitted if the ``isolation_level`` parameter is used
         with :meth:`.Connection.execution_options` when a :class:`.Transaction`
     .. change::
         :tags: bug, orm
         :tickets: 3300
+        :versions: 1.0.0
 
         Fixed bug in lazy loading SQL construction whereby a complex
         primaryjoin that referred to the same "local" column multiple
     .. change::
         :tags: bug, postgresql
         :tickets: 2940
+        :versions: 1.0.0
 
         Repaired support for Postgresql UUID types in conjunction with
         the ARRAY type when using psycopg2.  The psycopg2 dialect now
     .. change::
         :tags: bug, postgresql
         :pullreq: github:145
+        :versions: 1.0.0
 
         Added support for the :class:`postgresql.JSONB` datatype when
         using psycopg2 2.5.4 or greater, which features native conversion
 
     .. change::
         :tags: bug, postgresql
+        :versions: 1.0.0
 
         Repaired the use of the "array_oid" flag when registering the
         HSTORE type with older psycopg2 versions < 2.4.3, which does not