Skip to content

Commit

Permalink
CACHEBOX-86 #resolve
Browse files Browse the repository at this point in the history
JDBCStore has double now overrides when doing insert/updates on caching. Remove one of them
  • Loading branch information
lmajano committed Oct 24, 2024
1 parent 6eba7fd commit cce66be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions system/cache/store/JDBCStore.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
},
Expand Down Expand Up @@ -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" }
},
Expand Down

0 comments on commit cce66be

Please sign in to comment.