Skip to content

Commit f3dc9a6

Browse files
Merge pull request #37 from WiktorKryzia/update-kysely-version
2 parents 9e3e285 + 1218e05 commit f3dc9a6

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@planetscale/database": "^1.19.0",
4646
"@tsconfig/node18": "^18.2.4",
4747
"@types/node": "^20.4.5",
48-
"kysely": "^0.27.4",
48+
"kysely": "^0.28.2",
4949
"prettier": "^3.3.3",
5050
"prettier-plugin-organize-imports": "^4.0.0",
5151
"prettier-plugin-pkg": "^0.18.1",

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,6 @@ class PlanetScaleConnection implements DatabaseConnection {
155155
// @ts-ignore replaces `QueryResult.numUpdatedOrDeletedRows` in kysely > 0.22
156156
// following https://github.com/koskimas/kysely/pull/188
157157
numAffectedRows,
158-
// deprecated in kysely > 0.22, keep for backward compatibility.
159-
numUpdatedOrDeletedRows: numAffectedRows,
160158
}
161159
}
162160

0 commit comments

Comments
 (0)