Project

General

Profile

Actions

Bug #12464

closed

QFQ Function: check for caching problem

Added by Carsten Rose almost 3 years ago. Updated almost 2 years ago.

Status:
Rejected
Priority:
High
Assignee:
Enis Nuredini
Target version:
-
Start date:
29.04.2021
Due date:
% Done:

0%

Estimated time:
Discuss:
Prio Planung:
Vote:

Description

Bitte ueberpruefen das wenn in einer loop eine QFQ Functon mehrfach aufgerufen wird, sich veraenderte Eingangsparameter durchsetzen.


10 {
  sql = SELECT p.id AS _pId FORM Person AS p

  20 {
    function = testFunction (pId) => fullName
  }
  30.sql = SELECT '{{fulNam:R}}'
}

---------------
testFunction

10 {
  SELECT p.name, p.firstName FROM Person AS p WHERE p.id={{pId:R}}
}

Files

functionSelectCompare.png View functionSelectCompare.png 8.96 KB Enis Nuredini, 13.12.2021 11:46
Actions

Also available in: Atom PDF