8000 Releases · orafce/orafce · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: orafce/orafce

4.7.0

12 Oct 19:13
Compare
Choose a tag to compare
  • remainder function should be strict

4.6.1

25 Sep 05:38
Compare
Choose a tag to compare
  • fix upgrade from 4.5.0

4.6.0

01 Sep 08:21
6020b1e
Compare
Choose a tag to compare
  • dbms_alert uses condition variables for synchronization (less latency) (pg13+)

4.5.0

05 Aug 03:54
Compare
Choose a tag to compare
  • partial rewriting of dbms_pipe. Now, the synchronization is based on signals instead short sleeping.

4.4.0

04 Jul 06:45
Compare
Choose a tag to compare
  • regexp_x functions should be immutable

4.3.0

01 Jun 04:09
Compare
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
Compare
Choose a tag to compare
  • fix partially broken compatibility (corner case) of instr function

4.2.5

12 Apr 03:33
Compare
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
Compare
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
Compare
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.

0