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

CRUD method API update #23

Open
jooohhn opened this issue Feb 26, 2018 · 1 comment
Open

CRUD method API update #23

jooohhn opened this issue Feb 26, 2018 · 1 comment
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@jooohhn
Copy link
Member

jooohhn commented Feb 26, 2018

Reference: https://www.sqlite.org/withoutrowid.html

  • SQLite has two types of tables:
    • Ones with rowid - these may or may not have a primary key
    • Ones without rowid - these must have a primary key

TODO:

  • Update update() and delete() to handle tables with rowid and without rowid
@jooohhn jooohhn added bug Something isn't working enhancement New feature or request labels Feb 26, 2018
@jooohhn jooohhn self-assigned this Feb 26, 2018
@amilajack
Copy link
Member

What should be the type signatures of these arguments?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants