You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v3.0.0.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ Other enhancements
76
76
- Support passing a :class:`Iterable[Hashable]` input to :meth:`DataFrame.drop_duplicates` (:issue:`59237`)
77
77
- Support reading Stata 102-format (Stata 1) dta files (:issue:`58978`)
78
78
- Support reading Stata 110-format (Stata 7) dta files (:issue:`47176`)
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
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 (:issue:`60748`)
0 commit comments