added better debug info
This commit is contained in:
parent
d24ab6b731
commit
1af6114322
@ -149,6 +149,7 @@ function runPHPCodeTrigger($functionName, $activeTable, $row) {
|
||||
* Executes database-level dynamic Python trigger code.
|
||||
*/
|
||||
function runPythonCodeTrigger($functionName, $activeTable, $row) {
|
||||
echo "Running Python Code trigger...\n";
|
||||
$pyCode = generatePythonTriggerCode($functionName, $activeTable['onUpdate_pyCode'], $row);
|
||||
$result = runSandboxedPython($pyCode,$stdout,$stderr);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user