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

Add support for sqlite3_get_table() API #479

Open
penberg opened this issue Dec 15, 2024 · 1 comment
Open

Add support for sqlite3_get_table() API #479

penberg opened this issue Dec 15, 2024 · 1 comment
Labels
C API enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@penberg
Copy link
Collaborator

penberg commented Dec 15, 2024

Mobibench uses this legacy API so we might as well implement it:

https://www.sqlite.org/c3ref/free_table.html

@penberg penberg added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers C API labels Dec 15, 2024
@ilyaaay
Copy link

ilyaaay commented Dec 15, 2024

Hi, I want to take this issue

penberg added a commit that referenced this issue Dec 20, 2024
#479
This is my first draft for implementing `sqlite3_get_table()`, it is
highly inspired on the actual implementation found [here](https://raw.gi
thubusercontent.com/rusqlite/rusqlite/92fdc11fea0ecea6400dfcb74c1c3ca362
14a7d4/libsqlite3-sys/sqlite3/sqlite3.c), I made some basic manual
testing in `example.c` and it works fine but an extensive test suite is
recommended.

Closes #519
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C API enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants