From d984a5cc3031faa35e98361ebcdab4657330659e Mon Sep 17 00:00:00 2001 From: Leon Miller-Out Date: Mon, 22 Sep 2025 12:55:46 -0400 Subject: [PATCH 1/2] Throw an error if misconfigured instead of logging. Also remove a maybe-lying comment. --- dbrow3mapper.cfc | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/dbrow3mapper.cfc b/dbrow3mapper.cfc index a120d50..424f6dc 100644 --- a/dbrow3mapper.cfc +++ b/dbrow3mapper.cfc @@ -31,15 +31,9 @@ - - + From ae87ac185f91385f36071eedbf4fa8aee5655fde Mon Sep 17 00:00:00 2001 From: Leon Miller-Out Date: Mon, 22 Sep 2025 13:00:13 -0400 Subject: [PATCH 2/2] Replace the cache file after scanning for objects instead of blowing it away first thing This should make resets interfere less with other concurrent requests --- dbrow3mapper.cfc | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/dbrow3mapper.cfc b/dbrow3mapper.cfc index 424f6dc..ee60b4d 100644 --- a/dbrow3mapper.cfc +++ b/dbrow3mapper.cfc @@ -12,16 +12,12 @@ - + - - - - @@ -36,7 +32,7 @@ but application.applicationName is not present, so we can't name the cache file."> - + @@ -44,10 +40,10 @@ - + - +