Skip to content
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

Implement .insert() for SQLite #2613

Closed
datapythonista opened this issue Feb 3, 2021 · 1 comment · Fixed by #2719
Closed

Implement .insert() for SQLite #2613

datapythonista opened this issue Feb 3, 2021 · 1 comment · Fixed by #2719
Labels
feature Features or general enhancements onboarding Issues that can be addressed by someone less familiar with ibis sqlite The SQLite backend
Milestone

Comments

@datapythonista
Copy link
Contributor

Some backends implement the .insert() method, to insert rows into tables. SQLite doesn't, and besides being useful for users, it'd be good to have it working, and add an example in the tutorial 5, so it's useful as a reference for other backends too.

@datapythonista datapythonista added feature Features or general enhancements sqlite The SQLite backend onboarding Issues that can be addressed by someone less familiar with ibis labels Feb 3, 2021
@harsharaj96
Copy link
Contributor

I have implemented a version of insert for SQLite with similar limitations as the Impala database one and have submitted a pull request here. Hope this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Features or general enhancements onboarding Issues that can be addressed by someone less familiar with ibis sqlite The SQLite backend
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants