Skip to content

Commit 114a8e0

Browse files
committed
doc: upgrade guide formatting
1 parent b902ec4 commit 114a8e0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/upgrading.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Execution API Updates
2323
Result return normalization
2424
~~~~~~~~~~~~~~~~~~~~~~~~~~~
2525
`PYTHON-368 <https://datastax-oss.atlassian.net/browse/PYTHON-368>`_
26+
2627
Previously results would be returned as a ``list`` of rows for result rows
2728
up to ``fetch_size``, and ``PagedResult`` afterward. This could break
2829
application code that assumed one type and got another.
@@ -53,6 +54,7 @@ be logged if a paged query is implicitly materialized.
5354
Trace information is not attached to executed Statements
5455
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5556
`PYTHON-318 <https://datastax-oss.atlassian.net/browse/PYTHON-318>`_
57+
5658
Previously trace data was attached to Statements if tracing was enabled. This
5759
could lead to confusion if the same statement was used for multiple executions.
5860

@@ -70,6 +72,7 @@ returned for each query:
7072
Binding named parameters now ignores extra names
7173
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7274
`PYTHON-178 <https://datastax-oss.atlassian.net/browse/PYTHON-178Cassadfasdf>`_
75+
7376
Previously, :meth:`.BoundStatement.bind()` would raise if a mapping
7477
was passed with extra names not found in the prepared statement.
7578

@@ -78,6 +81,7 @@ Behavior in 3.0+ is to ignore extra names.
7881
blist removed as soft dependency
7982
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8083
`PYTHON-385 <https://datastax-oss.atlassian.net/browse/PYTHON-385>`_
84+
8185
Previously the driver had a soft dependency on ``blist sortedset``, using
8286
that where available and using an internal fallback where possible.
8387

0 commit comments

Comments
 (0)