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
PERF: Only do case sensitive check when not lower case
closes#12876
Author: Roger Thomas <[email protected]>
Closes#12880 from RogerThomas/to_sql_only_check_case_when_not_lower and squashes the following commits:
fda61d4 [Roger Thomas] Update docs
abbaf4b [Roger Thomas] Only do case sensitive check when not lower case
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.18.1.txt
+1
Original file line number
Diff line number
Diff line change
@@ -203,6 +203,7 @@ Performance Improvements
203
203
204
204
205
205
206
+
- Improved performance of ``DataFrame.to_sql`` when checking case sensitivity for tables. Now only checks if table has been created correctly when table name is not lower case. (:issue:`12876`)
0 commit comments