From a7aa214137f7996deabdca279726cf63011fb524 Mon Sep 17 00:00:00 2001 From: anon Date: Thu, 30 May 2024 14:25:54 +0200 Subject: [PATCH] non-sense fix --- debug/static_insert.sqc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/static_insert.sqc b/debug/static_insert.sqc index d67014f..b5cffc4 100644 --- a/debug/static_insert.sqc +++ b/debug/static_insert.sqc @@ -4,5 +4,5 @@ signed main(){ EXEC SQL CONNECT TO testdb AS myconnection; EXEC SQL INSERT INTO a VALUES (10); - return i; + return 0; }