Skip to content

Commit 7e397d7

Browse files
committed
chore: update pretty test snapshots for sqlstate/sqlerrm fix
1 parent aec8d3d commit 7e397d7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

packages/plpgsql-deparser/__tests__/pretty/__snapshots__/plpgsql-pretty.test.ts.snap

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ exports[`lowercase: big-function.sql 1`] = `
1919
v_sql text;
2020
v_rowcount int := 0;
2121
v_lock_key bigint := ('x' || substr(md5(p_org_id::text), 1, 16))::bit(64)::bigint;
22-
sqlstate constant text;
23-
sqlerrm constant text;
2422
begin
2523
begin
2624
if p_org_id IS NULL OR p_user_id IS NULL then
@@ -220,8 +218,6 @@ exports[`uppercase: big-function.sql 1`] = `
220218
v_sql text;
221219
v_rowcount int := 0;
222220
v_lock_key bigint := ('x' || substr(md5(p_org_id::text), 1, 16))::bit(64)::bigint;
223-
sqlstate CONSTANT text;
224-
sqlerrm CONSTANT text;
225221
BEGIN
226222
BEGIN
227223
IF p_org_id IS NULL OR p_user_id IS NULL THEN

0 commit comments

Comments
 (0)