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
is in use, so index and primary key constraint reflection now work
on these versions.
+
.. change::
:tags: feature, mysql
:versions: 0.9.3
.. 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
.. change::
:tags: bug, firebird
- :versions: 0.9.0b2
+ :versions: 0.9.0
:tickets: 2897
The firebird dialect will quote identifiers which begin with an
.. 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
.. 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
.. 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
.. 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,
.. 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
.. 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
.. change::
:tags: bug, orm
- :versions: 0.9.0b2
+ :versions: 0.9.0
:tickets: 2887
An adjustment to the :func:`.subqueryload` strategy which ensures that
.. 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
.. change::
:tags: bug, orm
- :versions: 0.9.0b2
+ :versions: 0.9.0
:tickets: 2889
:func:`.composite` will raise an informative error message when the
.. 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
.. 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
.. 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
.. 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
.. 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``
.. 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.
.. 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
.. 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``
.. 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
.. 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"
.. 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