Skip to content

PERF: Only do case sensitive check when not lower case #12880

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

RogerThomas
Copy link
Contributor

@RogerThomas RogerThomas force-pushed the to_sql_only_check_case_when_not_lower branch 2 times, most recently from 34e6479 to abbaf4b Compare April 12, 2016 13:59
@@ -203,6 +203,7 @@ Performance Improvements



- Improved performance of ``DataFrame.to_sql`` when checking case sensitivity. Now only checks if table has been created correctly when table name is not lower case. (:issue:`12876`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

case sensitivity for tables.

@jreback jreback added IO SQL to_sql, read_sql, read_sql_query Performance Memory or execution speed performance labels Apr 12, 2016
@jreback jreback added this to the 0.18.1 milestone Apr 13, 2016
@jreback jreback closed this in 5a53f03 Apr 13, 2016
@jreback
Copy link
Contributor

jreback commented Apr 13, 2016

thanks @RogerThomas

@RogerThomas RogerThomas deleted the to_sql_only_check_case_when_not_lower branch December 19, 2016 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO SQL to_sql, read_sql, read_sql_query Performance Memory or execution speed performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pandas IO to_sql extremely slow when checking for potentially case sensitivity issues
3 participants