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 numAffectedRows @ DataApiConnection.executeQuery. #19

Merged
merged 2 commits into from
Mar 1, 2023
Merged

add numAffectedRows @ DataApiConnection.executeQuery. #19

merged 2 commits into from
Mar 1, 2023

Conversation

igalklebanov
Copy link
Contributor

@igalklebanov igalklebanov commented Dec 10, 2022

aligns with kysely-org/kysely#188 (not released yet)

QueryResult.numUpdatedOrDeletedRows is being deprecated in next kysely release, and will be removed in the future. It is being replaced with QueryResult.numAffectedRows for reasons discussed in linked pull request.

@igalklebanov igalklebanov marked this pull request as ready for review December 10, 2022 15:53
@thdxr thdxr merged commit 2185f15 into sst:master Mar 1, 2023
@igalklebanov igalklebanov deleted the support-future-kysely-query-result-field-change branch March 2, 2023 23:33
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