]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- dont forwards-report tons of 1.0.x changes in the unreleased 1.1;
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 5 Jan 2016 20:12:56 +0000 (15:12 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 5 Jan 2016 20:12:56 +0000 (15:12 -0500)
only when a 1.1.x is released would we want to capture what's still
sitting in a 1.0.x changelog

doc/build/changelog/changelog_09.rst
doc/build/changelog/changelog_10.rst

index ace22424e09d46d0c743b1887a796aae0b5ba351..3ac0ab0b4dc2e45c5b6de22c9e79992d58931b52 100644 (file)
@@ -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
index 782af7320bccdcd20cfe45b8b36efb7a0ee0e73b..debcf1eadd76cfb1ac4b1fa53122fc07cd92d2d6 100644 (file)
@@ -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
     .. 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
     .. 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
     .. 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
     .. 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``
     .. 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
     .. 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
     .. 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
     .. 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
         :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;
     .. 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
     .. 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
 
     .. change::
         :tags: bug, mssql
-        :versions: 1.1.0b1
         :pullreq: github:206
 
         A descriptive ValueError is now raised in the event that SQL server
 
     .. change::
         :tags: bug, py3k
-        :versions: 1.1.0b1
         :pullreq: github:210, github:218, github:211
 
         Updates to internal getargspec() calls, some py36-related
 
     .. change::
         :tags: bug, ext
-        :versions: 1.1.0b1
         :tickets: 3597
 
         Fixed an issue in baked queries where the .get() method, used either
 
     .. change::
         :tags: feature, sql
-        :versions: 1.1.0b1
         :pullreq: github:200
 
         Added support for parameter-ordered SET clauses in an UPDATE
 
     .. change::
         :tags: bug, orm
-        :versions: 1.1.0b1
         :tickets: 3593
 
         Fixed bug which is actually a regression that occurred between
 
     .. change::
         :tags: bug, orm
-        :versions: 1.1.0b1
         :tickets: 3592
 
         Fixed joinedload bug which would occur when a. the query includes
 
     .. change::
         :tags: bug, orm
-        :versions: 1.1.0b1
         :tickets: 2696
 
         A rare case which occurs when a :meth:`.Session.rollback` fails in the
 
     .. change::
         :tags: bug, postgresql
-        :versions: 1.1.0b1
         :tickets: 3571
 
         Fixed the ``.python_type`` attribute of :class:`.postgresql.INTERVAL`
     .. 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
 
     .. change::
         :tags: bug, orm, postgresql
-        :versions: 1.1.0b1
         :tickets: 3556
 
         Fixed regression in 1.0 where new feature of using "executemany"
 
     .. change::
         :tags: feature, ext
-        :versions: 1.1.0b1
         :tickets: 3551
 
         Added the :paramref:`.AssociationProxy.info` parameter to the
 
     .. change::
         :tags: bug, oracle
-        :versions: 1.1.0b1
         :tickets: 3548
 
         Fixed bug in Oracle dialect where reflection of tables and other
 
     .. change::
         :tags: feature, orm
-        :versions: 1.1.0b1
         :pullreq: github:201
 
         Added new method :meth:`.Query.one_or_none`; same as
 
     .. change::
         :tags: bug, orm
-        :versions: 1.1.0b1
         :tickets: 3539
 
         Fixed rare TypeError which could occur when stringifying certain
 
     .. change::
         :tags: bug, orm
-        :versions: 1.1.0b1
         :tickets: 3525
 
         Fixed bug in :meth:`.Session.bulk_save_objects` where a mapped
 
     .. change::
         :tags: bug, sql
-        :versions: 1.1.0b1
         :tickets: 3520
 
         Fixed regression in 1.0-released default-processor for multi-VALUES
 
     .. 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
     .. 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
     .. 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
     .. 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,