Jake Vanderwerf
2026-05-23 75a097a018a0090f5902758353c578fce4aa2a25
inc/managers/CustomTable.php
@@ -184,7 +184,7 @@
            if (is_array($key)) {
               $value = $key['value'];
               // Ensure value is wrapped in parentheses
               if (!str_starts_with(trim($value), '(')) {
               if (!str_contains(trim($value), '(`')) {
                  $value = '(`' . $value . '`)';
               }
               $parts[] = $key['key'] . ' KEY ' . $value;