Skip to content

Commit 6699a9a

Browse files
authored
Merge pull request #114 from cipherstash/remove-erroneous-perform
fix: invalid use of perform
2 parents e9f3df1 + 8876020 commit 6699a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/operators/order_by_test.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ DECLARE
144144
END;
145145
$$ LANGUAGE plpgsql;
146146

147-
PERFORM drop_table_with_encrypted();
147+
SELECT drop_table_with_encrypted();

0 commit comments

Comments
 (0)