From 958e242ef5634a5e7d1645e0c4d4fba0065f5ba9 Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Tue, 21 Jul 2026 22:16:20 +0000 Subject: [PATCH] fix: detect parsePlPgSQL errors by non-JSON result instead of message prefix --- templates/full/index.ts | 6 ++++-- versions/18/src/index.ts | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/templates/full/index.ts b/templates/full/index.ts index b616d92..7972a36 100644 --- a/templates/full/index.ts +++ b/templates/full/index.ts @@ -247,7 +247,8 @@ export const parsePlPgSQL = awaitInit(async (query: string): Promise