Skip to content
Snippets Groups Projects

test execution does not modify sources

Merged Marcin requested to merge mi/problem_with_test_modified_sql into develop
3 files
+ 4
22
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -565,15 +565,3 @@ END;
$BODY$
;
CREATE OR REPLACE FUNCTION hive.test()
RETURNS VOID
LANGUAGE plpgsql
IMMUTABLE
AS
$BODY$
BEGIN
RETURN;
END;
$BODY$
;
Loading