Skip to content

Commit

Permalink
LDEV-5008 - revert to old behaviour, but log when used that way
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jul 12, 2024
1 parent 7ab364f commit 0f6da79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/java/lucee/runtime/db/SQLCaster.java
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ public static void setValue(PageContext pc, TimeZone tz, PreparedStatement stat,
}
else throw pe;
}
stat.setDouble(parameterIndex, (Caster.toDoubleValue(value)));
return;

case Types.DOUBLE:
Expand Down

0 comments on commit 0f6da79

Please sign in to comment.