Skip to content

Releases: orafce/orafce

4.10.0

25 Apr 10:51

Choose a tag to compare

  • add possibility to set umask for files opened by utl_file.fopen

4.9.4

10 Apr 03:19

Choose a tag to compare

fix crash #260

before fix there was a possibility to call 2x time
fclose agaist one FILE pointer (when fclose returned some error).
But the pointer used as argument of fclose should not be used ever.

Full Changelog: VERSION_4_9_3...VERSION_4_9_4

4.9.3

06 Mar 15:48

Choose a tag to compare

  • fix broken handling null in dbms_sql.column_value

4.9.2

08 Feb 04:25

Choose a tag to compare

  • fix possible crashes in dbms_sql and plvlex functions

4.9.1

28 Jan 07:51

Choose a tag to compare

  • better compatibility with Oracle for function dbms_random.string

4.9.0

30 Dec 16:35

Choose a tag to compare

  • mark some function parallel safe
  • fix dbms_sql.debug_cursor
  • fix compatibility issue of oracle.regexp_count, oracleregexp_substr functions

4.7.0

12 Oct 19:13

Choose a tag to compare

  • remainder function should be strict

4.6.1

25 Sep 05:38

Choose a tag to compare

  • fix upgrade from 4.5.0

4.6.0

01 Sep 08:21
6020b1e

Choose a tag to compare

  • dbms_alert uses condition variables for synchronization (less latency) (pg13+)

4.5.0

05 Aug 03:54

Choose a tag to compare

  • partial rewriting of dbms_pipe. Now, the synchronization is based on signals instead short sleeping.