Releases: orafce/orafce
Releases · orafce/orafce
4.16.5
4.16.4
- minor code cleaning
- fix regress tests for arm macos
What's Changed
- test: add alternative expected output for dbms_random on macOS ARM by @shinsj4653 in #307
New Contributors
- @shinsj4653 made their first contribution in #307
Full Changelog: VERSION_4_16_3...VERSION_4_16_4
4.16.3
4.16.2
- fix update script for 4.15--4.16
4.16.1
- fix meson build
4.16.0
- fix tag number - tag was not equal to PostreSQL extension version 4.14 x 4.15
- the result of
months_betweenis more accurate (to Oracle) when input istimestamp. Originally
months_betweenwas only fordatedatatype, andtimestampwas casted to date. Now,months_between
is calculated correctly fortimestamptoo.
4.14.6
4.14.5
- fix trigger functions oracle.replace_empty_strings and oracle.replace_null_strings for correct work with type char(n)
4.14.4
- fix upgrade script 3.13->3.14 to set correct dependency between transform function
and types varchar2 and nvarchar2 - ALTER FUNCTION SUPPORT doesn't work correctly
under CREATE EXTENSION (for some older pg)
4.14.3
- fix shifted test on dropped column in trigger functions