Skip to content

Commit 2d07c53

Browse files
committed
chore: update whatsnew
1 parent 7b6dd97 commit 2d07c53

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ 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.
79+
- Errors occurring during SQL I/O will now throw a generic :class:`.DatabaseError` instead of the raw Exception type from the underlying driver manager library
8180

8281
.. ---------------------------------------------------------------------------
8382
.. _whatsnew_300.notable_bug_fixes:

0 commit comments

Comments
 (0)