diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-07-22 16:53:31 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-07-22 16:53:31 -0400 |
commit | 367341c95f519a8e69d4648d842a6b39578423a3 (patch) | |
tree | ab71350101c55c888647880777e2a46eab2072ae | |
parent | 40fe737f4c46a5dfa65f9737dbe04d0a40003bd2 (diff) | |
download | sqlalchemy-367341c95f519a8e69d4648d842a6b39578423a3.tar.gz |
- backport 0.9-related updates
-rw-r--r-- | doc/build/changelog/changelog_08.rst | 47 |
1 files changed, 23 insertions, 24 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 4713f6a9a..817090ae6 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -182,9 +182,6 @@ Fixed ORM bug where changing the primary key of an object, then marking it for DELETE would fail to target the correct row for DELETE. - Note that we cannot currently check "number of rows matched" in general - for DELETE statements as we can't be sure that a self-referential - ON DELETE CASCADE has gotten there first. .. change:: :tags: feature, postgresql @@ -297,6 +294,7 @@ is in use, so index and primary key constraint reflection now work on these versions. + .. change:: :tags: feature, mysql :versions: 0.9.3 @@ -350,6 +348,7 @@ .. change:: :tags: bug, postgresql :tickets: 2291 + :versions: 0.9.3 Revised this very old issue where the Postgresql "get primary key" reflection query were updated to take into account primary key constraints @@ -419,7 +418,7 @@ .. change:: :tags: bug, firebird - :versions: 0.9.0b2 + :versions: 0.9.0 :tickets: 2897 The firebird dialect will quote identifiers which begin with an @@ -427,7 +426,7 @@ .. change:: :tags: bug, firebird - :versions: 0.9.0b2 + :versions: 0.9.0 Fixed bug in Firebird index reflection where the columns within the index were not sorted correctly; they are now sorted @@ -435,7 +434,7 @@ .. change:: :tags: bug, mssql, firebird - :versions: 0.9.0b2 + :versions: 0.9.0 The "asdecimal" flag used with the :class:`.Float` type will now work with Firebird as well as the mssql+pyodbc dialects; previously the @@ -443,7 +442,7 @@ .. change:: :tags: bug, mssql, pymssql - :versions: 0.9.0b2 + :versions: 0.9.0 :pullreq: github:51 Added "Net-Lib error during Connection reset by peer" message @@ -452,7 +451,7 @@ .. change:: :tags: bug, sql - :versions: 0.9.0b2 + :versions: 0.9.0 :tickets: 2896 Fixed issue where a primary key column that has a Sequence on it, @@ -465,7 +464,7 @@ .. change:: :tags: bug, sql - :versions: 0.9.0b2 + :versions: 0.9.0 :tickets: 2895 Fixed bug with :meth:`.Insert.from_select` method where the order @@ -477,7 +476,7 @@ .. change:: :tags: enhancement, sql - :versions: 0.9.0b2 + :versions: 0.9.0 The exception raised when a :class:`.BindParameter` is present in a compiled statement without a value now includes the key name @@ -485,7 +484,7 @@ .. change:: :tags: bug, orm - :versions: 0.9.0b2 + :versions: 0.9.0 :tickets: 2887 An adjustment to the :func:`.subqueryload` strategy which ensures that @@ -496,7 +495,7 @@ .. change:: :tags: bug, orm - :versions: 0.9.0b2 + :versions: 0.9.0 :tickets: 2885 Fixed bug when using joined table inheritance from a table to a @@ -506,7 +505,7 @@ .. change:: :tags: bug, orm - :versions: 0.9.0b2 + :versions: 0.9.0 :tickets: 2889 :func:`.composite` will raise an informative error message when the @@ -516,7 +515,7 @@ .. change:: :tags: bug, declarative - :versions: 0.9.0b2 + :versions: 0.9.0 :tickets: 2888 Error message when a string arg sent to :func:`.relationship` which @@ -530,7 +529,7 @@ .. change:: :tags: bug, engine - :versions: 0.9.0b2 + :versions: 0.9.0 :tickets: 2881 A DBAPI that raises an error on ``connect()`` which is not a subclass @@ -544,7 +543,7 @@ .. change:: :tags: bug, engine, pool - :versions: 0.9.0b2 + :versions: 0.9.0 :tickets: 2880 The :class:`.QueuePool` has been enhanced to not block new connection @@ -555,7 +554,7 @@ .. change:: :tags: bug, engine, pool - :versions: 0.9.0b2 + :versions: 0.9.0 :tickets: 2522 Made a slight adjustment to the logic which waits for a pooled @@ -570,7 +569,7 @@ .. change:: :tags: bug, mssql - :versions: 0.9.0b2 + :versions: 0.9.0 :pullreq: bitbucket:7 Fixed bug introduced in 0.8.0 where the ``DROP INDEX`` @@ -591,7 +590,7 @@ .. change:: :tags: bug, oracle :tickets: 2864 - :versions: 0.9.0b2 + :versions: 0.9.0 Added ORA-02396 "maximum idle time" error code to list of "is disconnect" codes with cx_oracle. @@ -599,7 +598,7 @@ .. change:: :tags: bug, engine :tickets: 2871 - :versions: 0.9.0b2 + :versions: 0.9.0 Fixed bug where SQL statement would be improperly ASCII-encoded when a pre-DBAPI :class:`.StatementError` were raised within @@ -610,7 +609,7 @@ .. change:: :tags: bug, oracle :tickets: 2870 - :versions: 0.9.0b2 + :versions: 0.9.0 Fixed bug where Oracle ``VARCHAR`` types given with no length (e.g. for a ``CAST`` or similar) would incorrectly render ``None CHAR`` @@ -619,7 +618,7 @@ .. change:: :tags: bug, ext :tickets: 2869 - :versions: 0.9.0b2 + :versions: 0.9.0 Fixed bug which prevented the ``serializer`` extension from working correctly with table or column names that contain non-ASCII @@ -628,7 +627,7 @@ .. change:: :tags: bug, orm :tickets: 2818 - :versions: 0.9.0b2 + :versions: 0.9.0 Fixed a regression introduced by :ticket:`2818` where the EXISTS query being generated would produce a "columns being replaced" @@ -638,7 +637,7 @@ .. change:: :tags: bug, postgresql :tickets: 2855 - :versions: 0.9.0b2 + :versions: 0.9.0 Fixed bug where index reflection would mis-interpret indkey values when using the pypostgresql adapter, which returns these values |