Skip to content

Releases: orafce/orafce

4.4.0

04 Jul 06:45

Choose a tag to compare

  • regexp_x functions should be immutable

4.3.0

01 Jun 04:09

Choose a tag to compare

fix dbms_random.string

  • this function should be VOLATILE
  • the generated strings can contains chars \ and ~

4.2.6

01 May 05:20

Choose a tag to compare

  • fix partially broken compatibility (corner case) of instr function

4.2.5

12 Apr 03:33

Choose a tag to compare

  • WIN32 only: use MoveFileEx() function instead replace(). It allows overwrite file by function dbms_file.rename()

4.2.4

02 Apr 07:25

Choose a tag to compare

  • fix infinity recursion when Orafce is loaded by shared_preload_libraries on PostgreSQL 15

4.2.3

30 Mar 09:20

Choose a tag to compare

full use file wide char API on WIN32 platform. It allows to use non ascii chars inside filenames on MS WIN.

4.2.2

14 Mar 11:34

Choose a tag to compare

  • fix win32 build

4.2.1

13 Mar 17:08

Choose a tag to compare

fix build for Postgres 15

4.2.0

12 Mar 06:09

Choose a tag to compare

  • implementation oracle.sys_guid
  • WIN32: encode filename to wide char string, and use _wfopen function instead fopen - it allows
    to use non ascii chars in file names.

4.1.1

27 Jan 04:02

Choose a tag to compare

  • fix regress test, issue #193