From 83738adcb6b53155535ce3d4284f760d4c633d50 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 27 Nov 2024 14:32:34 +0900 Subject: [PATCH] Remove old code --- www/lib/CoreLibs/DB/SQL/PgSQL.php | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/www/lib/CoreLibs/DB/SQL/PgSQL.php b/www/lib/CoreLibs/DB/SQL/PgSQL.php index 78336663..a343c8bc 100644 --- a/www/lib/CoreLibs/DB/SQL/PgSQL.php +++ b/www/lib/CoreLibs/DB/SQL/PgSQL.php @@ -451,37 +451,6 @@ class PgSQL implements Interface\SqlFunctions $replace = ['', '']; // read from table the PK name // faster primary key get - /* $q = <<