]> SAFE projects GIT repository - jmp/mailleur/commitdiff
Improving the gessql.php trace capability tag-0.18
authorJean-Marc Pigeon <jmp@safe.c>
Mon, 24 Nov 2025 23:58:44 +0000 (18:58 -0500)
committerJean-Marc Pigeon <jmp@safe.c>
Mon, 24 Nov 2025 23:58:44 +0000 (18:58 -0500)
www/gessql.php

index 0b77616537c3ed9fcf8c20bb8eb3823ee33a8148..260b4b13f54626ce128b2aa9d1940050fb6fe32b 100644 (file)
@@ -90,7 +90,8 @@ class probe       {
             $sql .= " OFFSET {$this->offset}";
         }
 
-        rou_alert(0,"class PROBE Param=<$this->params>");
+        $paramsStr = json_encode($this->params);
+        rou_alert(0,"class PROBE sql=<$sql>, params=<$paramsStr>");
         $stmt = $this->db->Select($sql,$this->params);
         return $stmt->fetchAll();
     }