diff options
-rw-r--r-- | it_dbi.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it_dbi.class b/it_dbi.class index 3048315..2b6f475 100644 --- a/it_dbi.class +++ b/it_dbi.class @@ -672,7 +672,7 @@ function select(/* $query = array|string, ... */) } unset($query['CALC_FOUND_ROWS']); # Always unset, so CALC_FOUND_ROWS => false doesn't generate bogus query - if (EDC('nocache')) + if (EDC('nocache') && static::$_global_key == 'it_dbi') $what = 'SQL_NO_CACHE ' . $what; $nofetch = $this->_nofetch = $query['NOFETCH']; |