From 1e6db30f278aad910c06ea57af36b0112e247ce6 Mon Sep 17 00:00:00 2001 From: Dai MIKURUBE Date: Tue, 10 Oct 2023 13:51:41 +0900 Subject: [PATCH] Update ChangeLog v0.10.3 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 92b30284..269c26d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Release 0.10.3 - 2023-10-10 + +* Use NVARCHAR(max) for CLOB, instead of TEXT, when creating a table in SQLServer +* Use execute() instead of executeUpdate() for afterLoad/beforeLoad +* Add logging to avoid loss of information when exception changes during retries +* Fix double casting on getTimestamp + Release 0.10.2 - 2021-09-30 * Make temp tables suffix length flexible