-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
2019-10-30 Version 4.6.3 Vincent Rogier [email protected] | ||
2019-11-01 Version 4.6.3 Vincent Rogier [email protected] | ||
|
||
* 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) | ||
|
||
|