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 f41ad4a commit 845a7c3Copy full SHA for 845a7c3
bin/sync.ts
@@ -97,7 +97,7 @@ const getEnum = async () => {
97
.flatMap((section) =>
98
section.errorCodes.map(
99
(errorCode) =>
100
- ` /** ${section.description}: [${errorCode.severity}] ${errorCode.code} */\n ${errorCode.constant} = '${errorCode.sqlstate}',`,
+ ` /** ${section.description}: [${errorCode.severity}] ${errorCode.code} */\n ${errorCode.constant} = "${errorCode.sqlstate}",`,
101
),
102
)
103
.join("\n"),
0 commit comments