Releases: orafce/orafce
Releases · orafce/orafce
4.4.0
- regexp_x functions should be immutable
4.3.0
fix dbms_random.string
- this function should be VOLATILE
- the generated strings can contains chars \ and ~
4.2.6
- fix partially broken compatibility (corner case) of instr function
4.2.5
- WIN32 only: use MoveFileEx() function instead replace(). It allows overwrite file by function dbms_file.rename()
4.2.4
- fix infinity recursion when Orafce is loaded by shared_preload_libraries on PostgreSQL 15
4.2.3
full use file wide char API on WIN32 platform. It allows to use non ascii chars inside filenames on MS WIN.
4.2.2
- fix win32 build
4.2.1
fix build for Postgres 15
4.2.0
- implementation oracle.sys_guid
- WIN32: encode filename to wide char string, and use
_wfopenfunction insteadfopen- it allows
to use non ascii chars in file names.