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 D1 meta.{last_row_id,changes} #500

Merged
merged 2 commits into from
Feb 13, 2023

Conversation

mrbbot
Copy link
Contributor

@mrbbot mrbbot commented Feb 10, 2023

This PR adds support for meta.last_row_id and meta.changes. These appear to default to 0 in case of read-only statements. See https://discord.com/channels/595317990191398933/992060581832032316/1073479458952065094.

/cc @geelen (can't add you as a reviewer 😢)

@changeset-bot
Copy link

changeset-bot bot commented Feb 10, 2023

⚠️ No Changeset found

Latest commit: 0a5b12f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

packages/d1/src/api.ts Outdated Show resolved Hide resolved
packages/d1/src/api.ts Show resolved Hide resolved
return ok(null, start);
const result = stmt.run(params);
meta.last_row_id = Number(result.lastInsertRowid);
meta.changes = result.changes;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eyeballing this, it looks right to me.

Copy link
Contributor

@penalosa penalosa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assuming @rozenmd and/or @geelen are on board, LGTM!

@mrbbot mrbbot merged commit b04ea7e into master Feb 13, 2023
@mrbbot mrbbot deleted the bcoll/d1-last-row-id-changes branch February 13, 2023 11:14
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.

4 participants