Skip to content

v4.9.0

Latest

Choose a tag to compare

@vrogier vrogier released this 19 May 22:21
b91e389

Enhancements (C API)

  • Issue 381 : Enhancement for computing bind variables without executing statement (C API)
    • Added OCI_GetParseBindNames()

Enhancements (C++ API)

  • Issue 381 : Enhancement for computing bind variables without executing statement (C++ API):
    • Added Statement::GetParseBindNames()

Fixes (C API)

  • Issue 382 : Warnings when opening a connection in password during grace period

Fixes (C++ API)

  • Issue 379 : Issues in creating collection of user defined type
  • Issue 383 : Compilation error on macOS
  • Issue 387 : Message::GetPayload() always return an empty Raw of size 0

Documentation

  • Fixed all typos in the documentation (C and C++ APIs)
  • Added some refinements

Miscellaneous

  • Updated compilers for MS Windows prebuilt binaries to VS2022 17.14.32
  • Various minor internal changes, added checks and fixes found by static analysis