From 0022ea6b9a8e927b95cfb75da257fdb14ff44765 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Thu, 17 Jul 2025 16:58:18 +0900 Subject: [PATCH] Comment update for table meta data read --- www/lib/CoreLibs/DB/SQLiteIO.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/lib/CoreLibs/DB/SQLiteIO.php b/www/lib/CoreLibs/DB/SQLiteIO.php index 6d3713de..7934d4fa 100644 --- a/www/lib/CoreLibs/DB/SQLiteIO.php +++ b/www/lib/CoreLibs/DB/SQLiteIO.php @@ -151,7 +151,8 @@ class SqLite implements SQL\Interface\DatabaseInterface /** * Table meta data - * Note that if columns have multi + * Note that if columns have multi entries multiple lines are returned + * ?1 is equal to $1 in this query * * @param string $table * @return array>|false