From c41392549deab5f7824a03ca70943f0b88c3b323 Mon Sep 17 00:00:00 2001 From: Vincent Rogier Date: Fri, 1 Nov 2019 13:20:32 +0100 Subject: [PATCH] updated changelog --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9cab3a7f..ae8cfec1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,11 @@ -2019-10-30 Version 4.6.3 Vincent Rogier vince.rogier@ocilib.net +2019-11-01 Version 4.6.3 Vincent Rogier vince.rogier@ocilib.net * Fixes (C API) - Issue #207: Updated Oracle command codes that were not accurate - Issue #213: Updated some version checks that were testing only for server version instead of testing both client and server versions - Issue #216: Re-calling OCI_BindArraySetSize() with a smaller value than previous assignment led to segfaults when statement has non scalar type binds + - Issue #220: Implicit conversion Clob issue in OCI_GetString() when using UTF8 encoding * Miscellaneous (C API)