Skip to content

Releases: qoretechnologies/module-oracle

oracle 3.3.3

05 May 11:34

Choose a tag to compare

This release fixes the following bug:

  • fixed array binds of strings with values 32K bytes or longer; in this case the values are all bound as CLOB values (issue 4899)

oracle 3.3.2

19 Dec 13:39

Choose a tag to compare

This release is a bugfix release - over 3.3 the fixes are:

  • fixed building with qpp from Qore 1.12.4+
  • fixed inconsistent bind exceptions to all use BIND-ERROR
    (issue 4390)
  • fixed a bug where the driver would accept array binds for select statements and only bind the first array value, silently returning erroneous results
    (issue 2154)
  • added cmake build solution for this module

oracle 3.3

24 May 04:18
8bd1817

Choose a tag to compare

This release features numerous bug fixes and compatibility with Qore 0.8.13; see the Release Notes

Binary packages for several Linux distributions can be found here: http://software.opensuse.org/download.html?project=home%3Adavidnichols&package=qore-oracle-module

oracle 3.2

05 Jun 17:46

Choose a tag to compare

This release features numerous bug fixes and additional features; primary new features are:

  • support for IN OUT variables with bind by value and placeholder simultaneously
  • support for Bulk DML which allows for arbitrarily-sized arrays of binary data to be bound by value as arguments to SQL statement in a single server round trip serving to dramatically increase SQL performance for high-volume SQL operations; works also for output variables (i.e. array bind by placeholder)
  • improved NTY and collection support

See the Release Notes for details.