We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 898c34c commit a13ff4eCopy full SHA for a13ff4e
apps/postgres-new/lib/pg-wire-util.ts
@@ -37,6 +37,7 @@ export function parseStartupMessage(message: Uint8Array): {
37
} {
38
const view = new DataView(message.buffer, message.byteOffset, message.byteLength)
39
const decoder = new TextDecoder()
40
+ // @ts-expect-error we check at runtime that user and database are present
41
const params: {
42
user: string
43
database: string
0 commit comments