.. change::
:tags: bug, mssql, firebird
- :versions: 1.1.0b1
:tickets: 3622
Fixed 1.0 regression where the eager fetch of cursor.rowcount was
.. change::
:tags: bug, mysql
- :versions: 1.1.0b1
:tickets: 3613
An adjustment to the regular expression used to parse MySQL views,
.. change::
:tags: bug, mysql
- :versions: 1.1.0b1
:pullreq: github:222
Added new reserved words for MySQL 5.7 to the MySQL dialect,
.. 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.
.. 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
.. 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
.. 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
.. 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,