Skip to content

Commit

Permalink
Preparing v4.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vrogier committed Nov 28, 2017
1 parent 93e50a2 commit 207a606
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions ChangeLog
@@ -1,11 +1,11 @@
2017-11-12 Version 4.4.1 Vincent Rogier vince.rogier@ocilib.net
2017-11-29 Version 4.4.1 Vincent Rogier vince.rogier@ocilib.net


* 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:
Expand All @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion doxygen/Introduction.txt
Expand Up @@ -19,7 +19,7 @@

@section Version Version information

Current version : <b>4.4.1 (2017-11-12)</b>
Current version : <b>4.4.1 (2017-11-29)</b>

@section Features Main features

Expand Down

0 comments on commit 207a606

Please sign in to comment.