From: Mike Bayer Date: Tue, 5 Jan 2016 20:12:56 +0000 (-0500) Subject: - dont forwards-report tons of 1.0.x changes in the unreleased 1.1; X-Git-Tag: rel_1_1_0b1~84^2~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16746dd1a63198e3c27422517fa22ec76f441ceb;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - dont forwards-report tons of 1.0.x changes in the unreleased 1.1; only when a 1.1.x is released would we want to capture what's still sitting in a 1.0.x changelog --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index ace22424e0..3ac0ab0b4d 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -17,7 +17,7 @@ .. change:: :tags: bug, oracle, py3k :tickets: 3491 - :versions: 1.1.0b1, 1.0.9 + :versions: 1.0.9 Fixed support for cx_Oracle version 5.2, which was tripping up SQLAlchemy's version detection under Python 3 and inadvertently diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 782af7320b..debcf1eadd 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -21,7 +21,6 @@ .. change:: :tags: bug, mssql, firebird - :versions: 1.1.0b1 :tickets: 3622 Fixed 1.0 regression where the eager fetch of cursor.rowcount was @@ -37,7 +36,6 @@ .. change:: :tags: bug, mysql - :versions: 1.1.0b1 :tickets: 3613 An adjustment to the regular expression used to parse MySQL views, @@ -47,7 +45,6 @@ .. change:: :tags: bug, mysql - :versions: 1.1.0b1 :pullreq: github:222 Added new reserved words for MySQL 5.7 to the MySQL dialect, @@ -57,7 +54,6 @@ .. change:: :tags: bug, ext :tickets: 3605 - :versions: 1.1.0b1 Further fixes to :ticket:`3605`, pop method on :class:`.MutableDict`, where the "default" argument was not included. @@ -65,7 +61,6 @@ .. change:: :tags: bug, ext :tickets: 3612 - :versions: 1.1.0b1 Fixed bug in baked loader system where the systemwide monkeypatch for setting up baked lazy loaders would interfere with other @@ -76,7 +71,6 @@ .. change:: :tags: bug, orm :tickets: 3611 - :versions: 1.1.0b1 Fixed regression caused in 1.0.10 by the fix for :ticket:`3593` where the check added for a polymorphic joinedload from a @@ -86,7 +80,6 @@ .. change:: :tags: bug, orm :tickets: 3610 - :versions: 1.1.0b1 Fixed bug where :meth:`.Session.bulk_update_mappings` and related would not bump a version id counter when in use. The experience @@ -97,7 +90,6 @@ .. change:: :tags: bug, sql :tickets: 3609 - :versions: 1.1.0b1 Fixed bug in :meth:`.Update.return_defaults` which would cause all insert-default holding columns not otherwise included in the SET @@ -107,7 +99,6 @@ .. change:: :tags: bug, orm :tickets: 3609 - :versions: 1.1.0b1 Major fixes to the :paramref:`.Mapper.eager_defaults` flag, this flag would not be honored correctly in the case that multiple @@ -118,7 +109,6 @@ .. change:: :tags: bug, orm :tickets: 3606 - :versions: 1.1.0b1 Fixed bug where use of the :meth:`.Query.select_from` method would cause a subsequent call to the :meth:`.Query.with_parent` method to @@ -131,14 +121,12 @@ .. change:: :tags: bug, ext :tickets: 3605 - :versions: 1.1.0b1 Added support for the ``dict.pop()`` and ``dict.popitem()`` methods to the :class:`.mutable.MutableDict` class. .. change:: :tags: change, tests - :versions: 1.1.0b1 The ORM and Core tutorials, which have always been in doctest format, are now exercised within the normal unit test suite in both Python @@ -147,7 +135,6 @@ .. change:: :tags: bug, sql :tickets: 3603 - :versions: 1.1.0b1 Fixed issue within the :meth:`.Insert.from_select` construct whereby the :class:`.Select` construct would have its ``._raw_columns`` @@ -161,7 +148,6 @@ .. change:: :tags: bug, mysql :tickets: 3602 - :versions: 1.1.0b1 Fixed bug in MySQL reflection where the "fractional sections portion" of the :class:`.mysql.DATETIME`, :class:`.mysql.TIMESTAMP` and @@ -172,7 +158,6 @@ .. change:: :tags: bug, orm :tickets: 3599 - :versions: 1.1.0b1 Fixed issue where post_update on a many-to-one relationship would fail to emit an UPDATE in the case where the attribute were set to @@ -181,7 +166,6 @@ .. change:: :tags: bug, sql, postgresql :tickets: 3598 - :versions: 1.1.0b1 Fixed bug where CREATE TABLE with a no-column table, but a constraint such as a CHECK constraint would render an erroneous comma in the @@ -191,7 +175,7 @@ .. change:: :tags: bug, mssql :tickets: 3585 - :versions: 1.1.0b1 + Added the error "20006: Write to the server failed" to the list of disconnect errors for the pymssql driver, as this has been observed @@ -201,7 +185,7 @@ :tags: bug, postgresql :pullreq: github:216 :tickets: 3573 - :versions: 1.1.0b1 + Fixed issue where the "FOR UPDATE OF" Postgresql-specific SELECT modifier would fail if the referred table had a schema qualifier; @@ -211,7 +195,7 @@ .. change:: :tags: bug, postgresql :pullreq: github:215 - :versions: 1.1.0b1 + Fixed bug where some varieties of SQL expression passed to the "where" clause of :class:`.postgresql.ExcludeConstraint` would fail @@ -220,7 +204,7 @@ .. change:: :tags: bug, orm, declarative :pullreq: github:212 - :versions: 1.1.0b1 + Fixed bug where in Py2K a unicode literal would not be accepted as the string name of a class or other argument within declarative using @@ -229,7 +213,6 @@ .. change:: :tags: bug, mssql - :versions: 1.1.0b1 :pullreq: github:206 A descriptive ValueError is now raised in the event that SQL server @@ -239,7 +222,6 @@ .. change:: :tags: bug, py3k - :versions: 1.1.0b1 :pullreq: github:210, github:218, github:211 Updates to internal getargspec() calls, some py36-related @@ -250,7 +232,6 @@ .. change:: :tags: bug, ext - :versions: 1.1.0b1 :tickets: 3597 Fixed an issue in baked queries where the .get() method, used either @@ -262,7 +243,6 @@ .. change:: :tags: feature, sql - :versions: 1.1.0b1 :pullreq: github:200 Added support for parameter-ordered SET clauses in an UPDATE @@ -279,7 +259,6 @@ .. change:: :tags: bug, orm - :versions: 1.1.0b1 :tickets: 3593 Fixed bug which is actually a regression that occurred between @@ -290,7 +269,6 @@ .. change:: :tags: bug, orm - :versions: 1.1.0b1 :tickets: 3592 Fixed joinedload bug which would occur when a. the query includes @@ -305,7 +283,6 @@ .. change:: :tags: bug, orm - :versions: 1.1.0b1 :tickets: 2696 A rare case which occurs when a :meth:`.Session.rollback` fails in the @@ -320,7 +297,6 @@ .. change:: :tags: bug, postgresql - :versions: 1.1.0b1 :tickets: 3571 Fixed the ``.python_type`` attribute of :class:`.postgresql.INTERVAL` @@ -331,7 +307,7 @@ .. change:: :tags: bug, mssql :pullreq: github:213 - :versions: 1.1.0b1 + Fixed issue where DDL generated for the MSSQL types DATETIME2, TIME and DATETIMEOFFSET with a precision of "zero" would not generate @@ -344,7 +320,6 @@ .. change:: :tags: bug, orm, postgresql - :versions: 1.1.0b1 :tickets: 3556 Fixed regression in 1.0 where new feature of using "executemany" @@ -356,7 +331,6 @@ .. change:: :tags: feature, ext - :versions: 1.1.0b1 :tickets: 3551 Added the :paramref:`.AssociationProxy.info` parameter to the @@ -368,7 +342,6 @@ .. change:: :tags: bug, oracle - :versions: 1.1.0b1 :tickets: 3548 Fixed bug in Oracle dialect where reflection of tables and other @@ -379,7 +352,6 @@ .. change:: :tags: feature, orm - :versions: 1.1.0b1 :pullreq: github:201 Added new method :meth:`.Query.one_or_none`; same as @@ -388,7 +360,6 @@ .. change:: :tags: bug, orm - :versions: 1.1.0b1 :tickets: 3539 Fixed rare TypeError which could occur when stringifying certain @@ -396,7 +367,6 @@ .. change:: :tags: bug, orm - :versions: 1.1.0b1 :tickets: 3525 Fixed bug in :meth:`.Session.bulk_save_objects` where a mapped @@ -406,7 +376,6 @@ .. change:: :tags: bug, sql - :versions: 1.1.0b1 :tickets: 3520 Fixed regression in 1.0-released default-processor for multi-VALUES @@ -417,7 +386,7 @@ .. change:: :tags: bug, examples - :versions: 1.1.0b1 + Fixed two issues in the "history_meta" example where history tracking could encounter empty history, and where a column keyed to an alternate @@ -427,7 +396,7 @@ .. change:: :tags: bug, orm :tickets: 3510 - :versions: 1.1.0b1 + Fixed 1.0 regression where the "noload" loader strategy would fail to function for a many-to-one relationship. The loader used an @@ -437,7 +406,7 @@ .. change:: :tags: bug, sybase :tickets: 3508, 3509 - :versions: 1.1.0b1 + Fixed two issues regarding Sybase reflection, allowing tables without primary keys to be reflected as well as ensured that @@ -449,7 +418,7 @@ .. change:: :tags: bug, postgresql :pullreq: github:190 - :versions: 1.1.0b1 + An adjustment to the new Postgresql feature of reflecting storage options and USING of :ticket:`3455` released in 1.0.6,