Releases: orafce/orafce
Releases · orafce/orafce
4.14.3
4.14.2
- fix crash when arguments of plvstr.rvrs specified substring out of passed string
4.14.1
- meson support
4.14.0
- new functions nvl(double precision, int) and to_date(int, text)
- supports dbms_random(low, high) when low is higher than high arg (does swap)
- fix error when replace_empty_strings or replace_null_strings was executed on table with dropped columns
4.13.5
- fix win build
- returns NULL for empty string used as parameter oracle.to_date
4.13.4
- fix update script from 4.12 to 4.13
4.13.3
- fix wrong decoding of utl_file.umask - attention, this fix can breaks an application
if you explicitly uses utl_file.umask and utl_file package (schema).
4.13.2
- fix broken control file
4.13.0
- remove obsolte SQL
dbms_alert.defered_signal()
- introduce
orafce.oracle_compatibility_date_limit
- ensure full result compatibility with Oracle, or raises an error.
4.12.0
- fix (returns same result like Oracle)
to_date( ..., 'J')
function