@@ -23,6 +23,7 @@ Execution API Updates
2323Result return normalization
2424~~~~~~~~~~~~~~~~~~~~~~~~~~~
2525`PYTHON-368 <https://datastax-oss.atlassian.net/browse/PYTHON-368 >`_
26+
2627Previously results would be returned as a ``list `` of rows for result rows
2728up to ``fetch_size ``, and ``PagedResult `` afterward. This could break
2829application code that assumed one type and got another.
@@ -53,6 +54,7 @@ be logged if a paged query is implicitly materialized.
5354Trace information is not attached to executed Statements
5455~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5556`PYTHON-318 <https://datastax-oss.atlassian.net/browse/PYTHON-318 >`_
57+
5658Previously trace data was attached to Statements if tracing was enabled. This
5759could lead to confusion if the same statement was used for multiple executions.
5860
@@ -70,6 +72,7 @@ returned for each query:
7072Binding named parameters now ignores extra names
7173~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7274`PYTHON-178 <https://datastax-oss.atlassian.net/browse/PYTHON-178Cassadfasdf >`_
75+
7376Previously, :meth: `.BoundStatement.bind() ` would raise if a mapping
7477was passed with extra names not found in the prepared statement.
7578
@@ -78,6 +81,7 @@ Behavior in 3.0+ is to ignore extra names.
7881blist removed as soft dependency
7982^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8083`PYTHON-385 <https://datastax-oss.atlassian.net/browse/PYTHON-385 >`_
84+
8185Previously the driver had a soft dependency on ``blist sortedset ``, using
8286that where available and using an internal fallback where possible.
8387
0 commit comments