From 056ec22c5cbcd105af0969f86222e8c5b50f743b Mon Sep 17 00:00:00 2001 From: colemanw Date: Tue, 18 Jul 2023 21:24:11 -0400 Subject: [PATCH] God has answered --- CRM/Utils/SQL/Delete.php | 2 +- CRM/Utils/SQL/Insert.php | 2 +- CRM/Utils/SQL/Select.php | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CRM/Utils/SQL/Delete.php b/CRM/Utils/SQL/Delete.php index af7eba56f666..433c7744f0dc 100644 --- a/CRM/Utils/SQL/Delete.php +++ b/CRM/Utils/SQL/Delete.php @@ -10,7 +10,7 @@ */ /** - * Dear God Why Do I Have To Write This (Dumb SQL Builder) + * Object-oriented SQL builder for DELETE queries. * * Usage: * ``` diff --git a/CRM/Utils/SQL/Insert.php b/CRM/Utils/SQL/Insert.php index bf63e2475311..0a3c509866a0 100644 --- a/CRM/Utils/SQL/Insert.php +++ b/CRM/Utils/SQL/Insert.php @@ -1,7 +1,7 @@