diff options
author | 2023-10-14 03:06:21 -0700 | |
---|---|---|
committer | 2023-10-14 03:06:21 -0700 | |
commit | 7f5eddc09668592c754d6aad12015b8144d15a76 (patch) | |
tree | b5541e4dfb86f765151a18be37d04622714f1bca /src/bun.js/api/postgres.classes.ts | |
parent | 9bc76f6628239f427c7b057a23a73e366fc0d509 (diff) | |
download | bun-7f5eddc09668592c754d6aad12015b8144d15a76.tar.gz bun-7f5eddc09668592c754d6aad12015b8144d15a76.tar.zst bun-7f5eddc09668592c754d6aad12015b8144d15a76.zip |
More progress
Diffstat (limited to 'src/bun.js/api/postgres.classes.ts')
-rw-r--r-- | src/bun.js/api/postgres.classes.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun.js/api/postgres.classes.ts b/src/bun.js/api/postgres.classes.ts index 1423e0da1..671ecfd6f 100644 --- a/src/bun.js/api/postgres.classes.ts +++ b/src/bun.js/api/postgres.classes.ts @@ -54,7 +54,7 @@ export default [ length: 0, }, }, - values: ["instance"], + values: ["pendingValue"], estimatedSize: true, }), ]; |