Skip to content

ENH: to_sql to consider upsert on oracle #56575

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

Closed
1 of 3 tasks
sarathsairam opened this issue Dec 20, 2023 · 1 comment
Closed
1 of 3 tasks

ENH: to_sql to consider upsert on oracle #56575

sarathsairam opened this issue Dec 20, 2023 · 1 comment
Labels
Closing Candidate May be closeable, needs more eyeballs Enhancement

Comments

@sarathsairam
Copy link

Feature Type

  • Adding new functionality to pandas

  • Changing existing functionality in pandas

  • Removing existing functionality in pandas

Problem Description

I would like to have pandas to consider easy implementation of upsert with specific focus on Oracle databases

Feature Description

#14553

the above issue doesn't confirm if it is implemented for oracle

Alternative Solutions

Alternate solutions include creating merge statements on the fly

Additional Context

No response

@sarathsairam sarathsairam added Enhancement Needs Triage Issue that has not been reviewed by a pandas team member labels Dec 20, 2023
@mroeschke
Copy link
Member

Thanks for the suggestion but this is unlikely to be implemented in pandas as to_sql needs to be database flavor agnostic.

You can implement this by creating a function and passing it to the method parameter

@mroeschke mroeschke added Closing Candidate May be closeable, needs more eyeballs and removed Needs Triage Issue that has not been reviewed by a pandas team member labels Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Closing Candidate May be closeable, needs more eyeballs Enhancement
Projects
None yet
Development

No branches or pull requests

2 participants