]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- call this 1.0.0b1
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Mar 2015 20:25:10 +0000 (16:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Mar 2015 20:25:44 +0000 (16:25 -0400)
(cherry picked from commit 64b7a50cbd64b44fa8ee8413213e9eae73483515)
(cherry picked from commit 601e16daf30a00dd049507cb8bfa4931013c2e46)

doc/build/changelog/changelog_08.rst

index baaa7b15b2d553c7e8c57d3fa7dc06432fd3a477..5d74af71c3fac24ece2b40a40bf692eb39a4a0b1 100644 (file)
@@ -14,7 +14,7 @@
 
     .. change::
         :tags: bug, mssql
-        :versions: 1.0.0, 0.9.7
+        :versions: 1.0.0b1, 0.9.7
 
         Added statement encoding to the "SET IDENTITY_INSERT"
         statements which operate when an explicit INSERT is being
@@ -24,7 +24,7 @@
 
     .. change::
         :tags: bug, mssql
-        :versions: 1.0.0, 0.9.7
+        :versions: 1.0.0b1, 0.9.7
         :tickets: 3091
 
         In the SQL Server pyodbc dialect, repaired the implementation
@@ -36,7 +36,7 @@
 
     .. change::
         :tags: bug, sql
-        :versions: 1.0.0, 0.9.7
+        :versions: 1.0.0b1, 0.9.7
         :tickets: 3124
 
         Fixed bug in :class:`.Enum` and other :class:`.SchemaType`
@@ -46,7 +46,7 @@
 
     .. change::
         :tags: bug, sql
-        :versions: 1.0.0, 0.9.7
+        :versions: 1.0.0b1, 0.9.7
         :tickets: 3102
 
         Fixed a bug within the custom operator plus :meth:`.TypeEngine.with_variant`
@@ -55,7 +55,7 @@
 
     .. change::
         :tags: bug, mysql
-        :versions: 1.0.0, 0.9.7
+        :versions: 1.0.0b1, 0.9.7
         :tickets: 3101
 
         MySQL error 2014 "commands out of sync" appears to be raised as a
@@ -65,7 +65,7 @@
 
     .. change::
         :tags: bug, mysql
-        :versions: 1.0.0, 0.9.5
+        :versions: 1.0.0b1, 0.9.5
         :tickets: 3085
 
         Fixed bug where column names added to ``mysql_length`` parameter
@@ -76,7 +76,7 @@
 
     .. change::
         :tags: bug, declarative
-        :versions: 1.0.0, 0.9.5
+        :versions: 1.0.0b1, 0.9.5
         :tickets: 3062
 
         The ``__mapper_args__`` dictionary is copied from a declarative
@@ -89,7 +89,7 @@
 
     .. change::
         :tags: bug, sql
-        :versions: 0.9.5, 1.0.0
+        :versions: 0.9.5, 1.0.0b1
         :tickets: 3044
 
         Fixed bug in INSERT..FROM SELECT construct where selecting from a
@@ -97,7 +97,7 @@
 
     .. change::
         :tags: bug, postgresql
-        :versions: 0.9.5, 1.0.0
+        :versions: 0.9.5, 1.0.0b1
         :tickets: 3053
 
         Added the ``hashable=False`` flag to the PG :class:`.HSTORE` type, which
 
     .. change::
         :tags: bug, orm
-        :versions: 0.9.5, 1.0.0
+        :versions: 0.9.5, 1.0.0b1
         :tickets: 3055
 
         Fixed bug in subquery eager loading where a long chain of
 
     .. change::
         :tags: bug, ext
-        :versions: 0.9.5, 1.0.0
+        :versions: 0.9.5, 1.0.0b1
         :tickets: 3051, 3093
 
         Fixed bug in mutable extension where :class:`.MutableDict` did not
 
     .. change::
         :tags: bug, ext
-        :versions: 0.9.5, 1.0.0
+        :versions: 0.9.5, 1.0.0b1
         :pullreq: bitbucket:24
         :tickets: 3093, 3051
 
 
     .. change::
         :tags: bug, mysql
-        :versions: 0.9.5, 1.0.0
+        :versions: 0.9.5, 1.0.0b1
         :pullreq: bitbucket:15
 
         Added support for reflecting tables where an index includes
     .. change::
         :tags: bug, orm
         :tickets: 3047
-        :versions: 0.9.5, 1.0.0
+        :versions: 0.9.5, 1.0.0b1
 
         Fixed ORM bug where the :func:`.class_mapper` function would mask
         AttributeErrors or KeyErrors that should raise during mapper
     .. change::
         :tags: bug, sql
         :tickets: 3045
-        :versions: 0.9.5, 1.0.0
+        :versions: 0.9.5, 1.0.0b1
 
         Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete`
         would produce an empty WHERE clause when an empty :func:`.and_()`
     .. change::
         :tags: bug, postgresql
         :pullreq: bitbucket:13
-        :versions: 0.9.5, 1.0.0
+        :versions: 0.9.5, 1.0.0b1
 
         Added a new "disconnect" message "connection has been closed unexpectedly".
         This appears to be related to newer versions of SSL.