Version: 4.14.1+git0.48e67e7-bp156.4.7.1
* Fri Dec 20 2024 emiliano.langella@suse.com
- Update to version 4.14.1+git0.48e67e7:
* prepare for 4.14.1
* introduce new github workflows
* Update README.asciidoc
* fix regress tests on msvc
* DiffUtils from gnuwin32 are necessary for ninja test on msvc
* info about using meson
* fix meson.build for msvc
* support for meson
* Tue Nov 26 2024 emiliano.langella@suse.com
- Update to version 4.14.0+git0.f0ecbd3:
* prepare for 4.14.0
* prepare for 4.13.6
* remove invalid alternative results of dbms_random test
* fix dbms_random test for pg 12
* fix error when orafce's triggers was executed on table with dropped columns
* update year in info comment
* fix white chars
* Oracle does switch of low, high when low is higher than high arg of dbms_random.value. Do this in orafce too. Some cleaning in related regress tests. Attention: this change breaks alternative expected results.
* regress test for new nvl function
* fix Makefile and return type previously added nvl function
* Add support to nvl(double precision, integer) and to_date(integer, text).
* Tue Oct 22 2024 emiliano.langella@suse.com
- Update to version 4.13.5+git0.ab95f82:
* prepare for 4.13.5
* export orafce_sys_extract_utc and orafce_sys_extract_utc_oracle_date for win build
* With Oracle passing en empty string to the to_date(txt, fmt) function returns NULL whereas PostgreSQL returns '0001-01-01 BC'. This true whatever is the format passed as second argument. Change the behavior of function to_date(txt, fmt) to mimic Oracle.
* Tue Oct 15 2024 emiliano.langella@suse.com
- Update to version 4.13.4+git0.8f3f211:
* prepare for 4.13.4
* fix update script from 4.12 to 4.13
* prepare for 4.13.3
* umask is usually entered as octec number, then read it as octec number
* Tue Oct 15 2024 mrueckert@suse.de
- Update to version 4.13.4+git0.8f3f211:
* prepare for 4.13.4
* fix update script from 4.12 to 4.13
* Tue Oct 15 2024 mrueckert@suse.de
- Update to version 4.13.3+git0.0bf0f15:
* prepare for 4.13.3
* umask is usually entered as octec number, then read it as octec number
* Sat Sep 28 2024 Marcus Rueckert <mrueckert@suse.de>
- enable pg17
* Sat Sep 28 2024 mrueckert@suse.de
- Update to version 4.13.2+git0.f8f8700:
* prepare for 4.13.2
* fix missing update of control file and regress tests
* Wed Sep 25 2024 emiliano.langella@suse.com
- Update to version 4.13.0+git3.25d74aa:
* Fix description of GUC orafce.varchar2_null_safe_concat
* Fix description of GUC orafce.varchar2_null_safe_concat
* fix regress tests
* Update README.asciidoc
* Fix documentation formatting.
* Add description of to_date(text,text) function and the error reported due to Oracle bug.
* Update regression test result with error message change.
* Raise an error when Oracle's to_date() bugs are reached. This concern dates before 1582-10-05 ('J2299159') usinf the 'J' format and dates before 1100-03-01 that cannot be verified due to a bug in Oracle.
* remove obsolete sql signature of dbms_alert.defered_signal
* update NEWS
* Remove the BC part of the Oracle like Julian Day date
* Fix wrong number of days add to julian day in to_char(text, text) function and add pg_catalog FQDN to the to_date() builtin function called. Add regression test.
* remove obsolete file
* Fix TO_DATE(text, text) function with the 'J' (Julian day) formatting. For Oracle this is the number of days since January 1, 4712 BC whereas for PostgreSQL this is the number of days since November 24, 4714 BC.
* Mon Sep 09 2024 Marcus Rueckert <mrueckert@suse.de>
- disable pg11 builds as we will remove the EOL package soon
* Wed Aug 28 2024 emiliano.langella@suse.com
- Update to version 4.11.0+git0.72e1417:
* - refresh sql parser - fix warning: no previous declaration for ‘orafce_sql_yynerrs’ [-Wmissing-variable-declarations]
* fix format doc
* fix format doc
* fix format doc
* fix sys_extract_utc calculation for pg12
* regress tests for sys_extract_utc
* fix another warnings related to master - after drop support for pg12, the code for pipe and alert needs refactoring
* fix warnings related to master build
* fix build pg12
* support of sys_extract_utc function
* Mon Jun 03 2024 emiliano.langella@suse.com
- Update to version 4.10.3+git0.e050dd6:
* prepare for 4.10.3
* security check can be ignored when the value is configured by ALTER SYSTEM, and in reload the system is not in transactional state. fix #270
* Thu May 23 2024 emiliano.langella@suse.com
- Update to version 4.10.2+git0.8d10ace:
* prepare for 4.10.2
* When load of orafce was triggered by using some orafce's function by nonprivileged user, then the check orafce_umask_check_hook fails and breaks loading of Orafce. This fix disable check in initialization time when orafce_umask is set to default value (so the check can be disabled).
* prepare for 4.10.1
* regress tests for issues #266 and #267
* fix obsolete (and broken) implementation of dbms_assert.qualified_sql_name
* fix not correct test of identifier validity in dbms_assert.simple_sql_name
* Add an alternative output for test dbms_random (Illumos)
* Mon Apr 29 2024 emiliano.langella@suse.com
- Update to version 4.10.0+git0.cfdcdf2:
* remove whitechar
* Allow to set umask for utl_file.fopen by setting orafce.umask. This setting is allowed only for user with rights of role orafce_set_umask.
* Thu Apr 11 2024 emiliano.langella@suse.com
- Update to version 4.9.4+git0.6f3b83a:
* prepare for 4.9.4
* after any fclose call, the pointer FILE should not be used ever
* after any fclose call, the pointer FILE should not be used ever
* Thu Mar 07 2024 emiliano.langella@suse.com
- Update to version 4.9.3+git0.6adbd66:
* prepare for 4.9.3
* fix regress tests
* fix broken handling null in dbms_sql.column_value
* fix build for master (pg17+)
* possibility to raise error inside trigger functions
* fix regress test on fc40
* Thu Feb 08 2024 emiliano.langella@suse.com
- Update to version 4.9.2+git0.17c9ce4:
* prepare for 4.9.2
* Update the usage example for DBMS_OUTPUT package.
* fix memory issues in plvlex.token function
* fix sqlscanner typecast has not assigned yylval.val.str field
* should not to crash, when we try to read column without data
* fix regress tests
* dont't try to free byref null variable
* result_cxt schema can be used only after successfull execution #254 (second part)
* fix crash of dbms_sql.execute when bound array variable is NULL #254
* added an alternative output for test dbms_random (Windows)
* Mon Jan 29 2024 emiliano.langella@suse.com
- Update to version 4.9.1+git0.1071eb6:
* prepare for 4.9.1
* fix white spaces in regress tests
* fix formatting issues from previous commit
* dbms_random.string Enhancement #252
* Tue Jan 02 2024 emiliano.langella@suse.com
- Update to version 4.9.0+git0.18d82db:
* prepare for 4.9.0
* Fix REGEXP_COUNT and REGEXP_SUBSTR function to have the same behavior than Oracle with newline characters and the use of dot in the pattern.
* Added a test case about dbms_sql.debug_cursor
* don't try to show content of variable when it is null. fix issue #247
* mark some func parallel safe
* When third argument of substr function is zero, then oracle returns null, but orafce returns empty string. This commit forces oracle's behaviour by default, but allows (by compatibility option orafce.using_substring_zero_width_in_substr set original orafce's behaviour. fix issue #240
* copy to_char(text) from orafce--4.7--4.8.sql to orafce--4.8.sql
* mark some func parallel safe; fix makefile
* add orafce--4.8.sql (rename orafce--4.7.sql)
* add func: to_char(text)
* mark lpad, rpad, to_char, to_number parallel safe
* mark btrim,ltrim,rtrim parallel(because not support postgres version < 9.6, so directly change it)
* doesn't support postgresql extensions
* Create c-cpp.yml
* Fri Oct 13 2023 emiliano.langella@suse.com
- Update to version 4.7.0+git1.fca4108:
* changes related to msvc 2019 build
* remainder function should be marked STRICT (#225)