From 9c9a308056fdb9f07245053927379ad035917c13 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Thu, 20 Feb 2025 21:35:14 +0400 Subject: [PATCH] modifs.mineures sans commentaires --- php/src/db/sqlite/_query_base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/src/db/sqlite/_query_base.php b/php/src/db/sqlite/_query_base.php index 84bd8ff..b397e0d 100644 --- a/php/src/db/sqlite/_query_base.php +++ b/php/src/db/sqlite/_query_base.php @@ -36,7 +36,7 @@ class _query_base extends _base { } } - const DEBUG_QUERIES = true; + const DEBUG_QUERIES = false; function useStmt(SQLite3 $db, ?SQLite3Stmt &$stmt=null, ?string &$sql=null): bool { if (static::DEBUG_QUERIES) msg::info($this->sql); #XXX