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

libsql-sqlite3: Export more API functions in Wasm #885

Merged
merged 2 commits into from
Jan 16, 2024

Conversation

penberg
Copy link
Collaborator

@penberg penberg commented Jan 11, 2024

We need the sqlite3_get_autocomit() and sqlite_last_insert_rowid() in the TypeScript SDK, for example. The fact that it's not exported seems to be just an omission so let's add it.

We need the `sqlite3_get_autocomit()` helper in the TypeScript SDK, for
example. The fact that it's not exported seems to be just an omission so
let's add it.
@penberg penberg force-pushed the penberg/wasm-autocommit branch from fc9e36b to 566434c Compare January 11, 2024 09:33
@penberg penberg force-pushed the penberg/wasm-autocommit branch from fe4699a to 12cab8a Compare January 15, 2024 10:59
@penberg penberg changed the title libsql-sqlite3: Export sqlite3_get_autocommit() in Wasm libsql-sqlite3: Export more API functions in Wasm Jan 15, 2024
@psarna
Copy link
Contributor

psarna commented Jan 16, 2024

@penberg let's promote it from draft to PR? It's perfectly safe and makes sense, if we need more symbols later we'll just add them

@penberg penberg marked this pull request as ready for review January 16, 2024 10:17
@psarna psarna added this pull request to the merge queue Jan 16, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 16, 2024
@psarna psarna added this pull request to the merge queue Jan 16, 2024
Merged via the queue into main with commit 87ebafc Jan 16, 2024
13 checks passed
@psarna psarna deleted the penberg/wasm-autocommit branch January 16, 2024 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants