-
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
2 changed files
with
6 additions
and
4 deletions.
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,11 +1,11 @@ | ||
2017-11-12 Version 4.4.1 Vincent Rogier [email protected] | ||
2017-11-29 Version 4.4.1 Vincent Rogier [email protected] | ||
|
||
|
||
* Enhancements (C API) | ||
|
||
- Issue #116: OCI_ColumnGetFullSQLType() returns now [schema].[typename] for UDTs (instead of [typename] only | ||
- Issue #122: Added default format OCI_FMT_TIMESTAMP_TZ when converting TIMESTAMP WITH TIMEZONE from/to strings | ||
- Added OCI_CST_MERGE statement type | ||
|
||
* Enhancements (C++ API) | ||
|
||
- Added support for new methods and constants added in C API v4.4.0: | ||
|
@@ -18,6 +18,8 @@ | |
|
||
- Issue #117 : Fixed segfault in OCI_StatementFree() when OCI_Objects were binded to a statement and nullified with OCI_BindSetNull() | ||
- Issue #118 : Fixed OCI_NumberCompare() that was compare the first nummber with itself | ||
- Issue #121 : Updated magic numbers (positive and negative infinity) handling in OCI_NumberToString() and OCI_NumberFromString() | ||
- Issue #124 : OCI_DirPathSetColumn() might use a buffer to small to convert datetime/timestamp/interval values | ||
|
||
* Miscellaneous: | ||
|
||
|
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