.. 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
.. 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
.. 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`
.. 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`
.. 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
.. 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
.. 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
.. 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
.. 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.