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

3.24.4

21 Aug 04:10
Compare
Choose a tag to compare

fix update script broken in previous release

3.24.3

20 Aug 06:02
Compare
Choose a tag to compare

fix update script from 3.21 to 3.22 for PostgreSQL older than 12

3.24.2

17 Aug 14:38
Compare
Choose a tag to compare

fix missing oracle.mod functions in update scripts

3.24.1

16 Aug 13:12
Compare
Choose a tag to compare

bugfix - issues reported and fixed by Sergey Shinderuk

  • disable nlssort test on non linux systems
  • fix possible race condition in memory initialization of dbms_pipe package

3.24.0

31 Jul 04:44
Compare
Choose a tag to compare

Types varchar2 and nvarchar2 used PLAIN TOAST storage strategy. With this strategy, the limit of strings is data page size (for full row).
This is wrong, and because these types are created over varchar type, it should to use same strategy EXTENDED.

3.23.0

30 Jul 05:23
Compare
Choose a tag to compare
  • fix formula in plvdate_isleapyear function
  • fix support for PostgreSQL 9.5

3.22.1

23 Jul 05:08
Compare
Choose a tag to compare
  • fix possible read past the allocated memory in function to_single_byte
  • strong reduce of int overflow (increase range of returned values) in function dbms_utility.get_time()

3.22.0

22 Jun 14:43
Compare
Choose a tag to compare
  • cleaning catalog - all objects from public and pg_catalog schema are moved to oracle schema

3.21.1

24 Apr 15:28
Compare
Choose a tag to compare

fix mswin build

3.21.0

16 Apr 05:56
Compare
Choose a tag to compare
  • backporting regexp_replace and regexp_instr from PostgreSQL 15
    the code is faster, and more robust than PLpgSQL implementation
0