Skip to content

Commit 8561808

Browse files
committed
Added change to latest rst file
1 parent 520567b commit 8561808

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ All warnings for upcoming changes in pandas will have the base class :class:`pan
156156

157157
Other enhancements
158158
^^^^^^^^^^^^^^^^^^
159+
- :func:`DataFrame.to_sql` now accepts a ``hints`` parameter to pass database-specific query hints for optimizing insert performance. The hints are specified as a dictionary mapping dialect names to hint strings (e.g., ``{'oracle': '/*+ APPEND PARALLEL(4) */', 'mysql': 'DELAYED'}``). Users are responsible for providing correctly formatted hint strings for their target database (:issue:`XXXXX`)
159160
- :func:`pandas.merge` propagates the ``attrs`` attribute to the result if all
160161
inputs have identical ``attrs``, as has so far already been the case for
161162
:func:`pandas.concat`.

0 commit comments

Comments
 (0)