Skip to content

Commit 7b6dd97

Browse files
committed
chore: update docs
1 parent b44a5d8 commit 7b6dd97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ Other enhancements
7676
- Support passing a :class:`Iterable[Hashable]` input to :meth:`DataFrame.drop_duplicates` (:issue:`59237`)
7777
- Support reading Stata 102-format (Stata 1) dta files (:issue:`58978`)
7878
- Support reading Stata 110-format (Stata 7) dta files (:issue:`47176`)
79+
- Refactor classes in ``pandas.io.sql`` to favor their own implementation of ``execute`` instead of relying on driver's ``execute``.
80+
- Refactor classes in ``pandas.io.sql`` to standardize database related exceptions. :class:`.DatabaseError` is raised when an error is encountered at the database driver - context of the original exception is preserved.
7981

8082
.. ---------------------------------------------------------------------------
8183
.. _whatsnew_300.notable_bug_fixes:

0 commit comments

Comments
 (0)