Releases: orafce/orafce
Releases · orafce/orafce
4.10.0
- add possibility to set umask for files opened by
utl_file.fopen
4.9.4
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
- fix broken handling null in dbms_sql.column_value
4.9.2
- fix possible crashes in dbms_sql and plvlex functions
4.9.1
- better compatibility with Oracle for function dbms_random.string
4.9.0
- mark some function parallel safe
- fix dbms_sql.debug_cursor
- fix compatibility issue of oracle.regexp_count, oracleregexp_substr functions
4.7.0
- remainder function should be strict
4.6.1
- fix upgrade from 4.5.0
4.6.0
- dbms_alert uses condition variables for synchronization (less latency) (pg13+)
4.5.0
- partial rewriting of dbms_pipe. Now, the synchronization is based on signals instead short sleeping.