Skip to content
Snippets Groups Projects
Commit 8e737f13 authored by Martin Lees's avatar Martin Lees
Browse files

fix query

parent 1f3f40d5
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ declare
__community_type_council CONSTANT SMALLINT := 3;
BEGIN
IF _block_num < _community_support_start_block THEN
RETURN QUERY ( SELECT FALSE);
RETURN QUERY ( SELECT FALSE, NULL);
RETURN; -- extra return because a RETURN QUERY does not end the function
END IF;
......
  • Howo @howo

    mentioned in commit adaf0414

    ·

    mentioned in commit adaf0414

    Toggle commit list
  • Howo @howo

    mentioned in commit 20480803

    ·

    mentioned in commit 20480803

    Toggle commit list
  • Howo @howo

    mentioned in commit cd01716c

    ·

    mentioned in commit cd01716c

    Toggle commit list
  • Howo @howo

    mentioned in commit e88b39ff

    ·

    mentioned in commit e88b39ff

    Toggle commit list
  • Howo @howo

    mentioned in commit a3bd6741

    ·

    mentioned in commit a3bd6741

    Toggle commit list
  • Howo @howo

    mentioned in commit 13e985d4

    ·

    mentioned in commit 13e985d4

    Toggle commit list
  • Howo @howo

    mentioned in commit f9f460d7

    ·

    mentioned in commit f9f460d7

    Toggle commit list
  • Howo @howo

    mentioned in commit 80a3a3a1

    ·

    mentioned in commit 80a3a3a1

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment