Skip to content

Releases: orafce/orafce

4.16.5

07 Mar 05:49

Choose a tag to compare

  • fix meson build

4.16.4

04 Mar 05:55

Choose a tag to compare

  • minor code cleaning
  • fix regress tests for arm macos

What's Changed

  • test: add alternative expected output for dbms_random on macOS ARM by @shinsj4653 in #307

New Contributors

Full Changelog: VERSION_4_16_3...VERSION_4_16_4

4.16.3

20 Nov 04:50

Choose a tag to compare

  • fix mswin build

What's Changed

  • Oracle accepts return_opt value greater than 1 in regexp_instr by @uhayat in #303

New Contributors

Full Changelog: VERSION_4_16_2...VERSION_4_16_3

4.16.2

08 Nov 07:55

Choose a tag to compare

  • fix update script for 4.15--4.16

4.16.1

13 Oct 15:01

Choose a tag to compare

  • fix meson build

4.16.0

11 Oct 04:52

Choose a tag to compare

  • fix tag number - tag was not equal to PostreSQL extension version 4.14 x 4.15
  • the result of months_between is more accurate (to Oracle) when input is timestamp. Originally
    months_between was only for date datatype, and timestamp was casted to date. Now, months_between
    is calculated correctly for timestamp too.

4.14.6

30 Sep 17:35

Choose a tag to compare

  • fix messy usage of shortlife memory context in dbms_sql (#299)

4.14.5

20 Sep 04:59

Choose a tag to compare

  • fix trigger functions oracle.replace_empty_strings and oracle.replace_null_strings for correct work with type char(n)

4.14.4

03 Jun 13:12

Choose a tag to compare

  • fix upgrade script 3.13->3.14 to set correct dependency between transform function
    and types varchar2 and nvarchar2 - ALTER FUNCTION SUPPORT doesn't work correctly
    under CREATE EXTENSION (for some older pg)

4.14.3

19 Mar 20:14

Choose a tag to compare

  • fix shifted test on dropped column in trigger functions