From cce66bea1a0b30bffc3ed0767975ab250b79f097 Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Thu, 24 Oct 2024 22:27:48 +0200 Subject: [PATCH] CACHEBOX-86 #resolve JDBCStore has double now overrides when doing insert/updates on caching. Remove one of them --- system/cache/store/JDBCStore.cfc | 2 -- 1 file changed, 2 deletions(-) diff --git a/system/cache/store/JDBCStore.cfc b/system/cache/store/JDBCStore.cfc index ac3eba442..dfe262834 100644 --- a/system/cache/store/JDBCStore.cfc +++ b/system/cache/store/JDBCStore.cfc @@ -370,7 +370,6 @@ component implements="coldbox.system.cache.store.IObjectStore" accessors="true" cfsqltype : "integer" }, now : { value : now(), cfsqltype : "timestamp" }, - now : { value : now(), cfsqltype : "timestamp" }, isExpired : { value : "0", cfsqltype : "bit" }, isSimple : { value : "#isSimple#", cfsqltype : "bit" } }, @@ -404,7 +403,6 @@ component implements="coldbox.system.cache.store.IObjectStore" accessors="true" cfsqltype : "integer" }, now : { value : now(), cfsqltype : "timestamp" }, - now : { value : now(), cfsqltype : "timestamp" }, isExpired : { value : "0", cfsqltype : "bit" }, isSimple : { value : "#isSimple#", cfsqltype : "bit" } },