diff --git a/src/Util/Database/NativeQueryUtil.php b/src/Util/Database/NativeQueryUtil.php index 3af6b7f..6f4c3fa 100644 --- a/src/Util/Database/NativeQueryUtil.php +++ b/src/Util/Database/NativeQueryUtil.php @@ -56,7 +56,7 @@ public function applyQueryParameters($databaseType, $queryString, $callerParams, foreach ($callerParamValues as $index => $paramValue) { if($paramValue instanceof PicoDatabaseQueryTemplate) { - continue; + // Do nothing } else if($paramValue instanceof PicoPageable) {