Skip to content

Commit 4da49dd

Browse files
Add whatsnew entry.
1 parent 90d1f1f commit 4da49dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/source/whatsnew/v2.3.0.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ Other enhancements
3939
- :meth:`~Series.to_hdf` and :meth:`~DataFrame.to_hdf` now round-trip with ``StringDtype`` (:issue:`60663`)
4040
- The :meth:`~Series.cumsum`, :meth:`~Series.cummin`, and :meth:`~Series.cummax` reductions are now implemented for ``StringDtype`` columns when backed by PyArrow (:issue:`60633`)
4141
- The :meth:`~Series.sum` reduction is now implemented for ``StringDtype`` columns (:issue:`59853`)
42+
- The ``to_sql`` method now supports a new parameter ``temporary: bool = False``.
43+
Setting this parameter to ``True`` enables creating, appending or replacing temporary
44+
tables via ``to_sql`` using ``sqlalchemy``, ``adbc`` and ``sqlite`` connectors.
4245

4346
.. ---------------------------------------------------------------------------
4447
.. _whatsnew_230.notable_bug_fixes:

0 commit comments

Comments
 (0)