From 90de2d66319486fafb2fae691c1b6b43240af005 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 9 Feb 2016 00:08:08 +0100 Subject: [PATCH] fixed cache saimod --- sai/modules/saimod_sys_cache/qq/SYS_SAIMOD_CACHE.php | 4 ++-- sai/modules/saimod_sys_cache/tpl/saimod_sys_cache_entry.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sai/modules/saimod_sys_cache/qq/SYS_SAIMOD_CACHE.php b/sai/modules/saimod_sys_cache/qq/SYS_SAIMOD_CACHE.php index 01a0d48..15c9917 100644 --- a/sai/modules/saimod_sys_cache/qq/SYS_SAIMOD_CACHE.php +++ b/sai/modules/saimod_sys_cache/qq/SYS_SAIMOD_CACHE.php @@ -2,8 +2,8 @@ namespace SYSTEM\SQL; class SYS_SAIMOD_CACHE extends \SYSTEM\DB\QQ { public static function get_class(){return \get_class();} - public static function pTsql(){return -'SELECT *, encode(data,\'base64\') FROM system.cache ORDER BY "ID" ASC LIMIT 100;'; + public static function pgsql(){return +'SELECT * FROM system.cache LIMIT 100;'; } public static function mysql(){return 'SELECT * FROM system_cache LIMIT 100;'; diff --git a/sai/modules/saimod_sys_cache/tpl/saimod_sys_cache_entry.tpl b/sai/modules/saimod_sys_cache/tpl/saimod_sys_cache_entry.tpl index 865ecf7..b4ea6b5 100644 --- a/sai/modules/saimod_sys_cache/tpl/saimod_sys_cache_entry.tpl +++ b/sai/modules/saimod_sys_cache/tpl/saimod_sys_cache_entry.tpl @@ -2,5 +2,5 @@ ${cache} ${ident} ${type} - + Link \ No newline at end of file