From 73ef7e3e41460e8cd71c7a4c8dd75da52d71f33a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Nov 2010 12:35:26 +0800 Subject: [PATCH] Pman/Roo.php --- Pman/Roo.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Pman/Roo.php b/Pman/Roo.php index 001f951..9939266 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -858,6 +858,9 @@ class Pman_Roo extends Pman $q_filtered[$key] = $val; } + // subjoined columns = check the values. + // note this is not typesafe for anything other than mysql.. + if (isset($this->colsJname[$key])) { $quote = false; if (!is_numeric($val) || !is_long($val)) { -- 2.39.2