From 8aa65b1c84bdb88a66c4ad33678f274a7f00446370c7b1c82f3352bd40f1cf4b Mon Sep 17 00:00:00 2001 From: Emiliano Langella Date: Tue, 2 Jan 2024 08:27:56 +0000 Subject: [PATCH] Accepting request 1136069 from home:emilianolangella - 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 OBS-URL: https://build.opensuse.org/request/show/1136069 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=45 --- _servicedata | 2 +- orafce-4.7.0+git1.fca4108.obscpio | 3 --- orafce-4.9.0+git0.18d82db.obscpio | 3 +++ orafce.changes | 19 +++++++++++++++++++ orafce.obsinfo | 6 +++--- orafce.spec | 4 ++-- 6 files changed, 28 insertions(+), 9 deletions(-) delete mode 100644 orafce-4.7.0+git1.fca4108.obscpio create mode 100644 orafce-4.9.0+git0.18d82db.obscpio diff --git a/_servicedata b/_servicedata index 50972b2..53d04e4 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/orafce/orafce.git - fca41081278248956a28ea0fbaea72b1fa1bccda \ No newline at end of file + 18d82dbf6a2a71474ef0ad2f68b0974b2f8381d8 \ No newline at end of file diff --git a/orafce-4.7.0+git1.fca4108.obscpio b/orafce-4.7.0+git1.fca4108.obscpio deleted file mode 100644 index 7baed21..0000000 --- a/orafce-4.7.0+git1.fca4108.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdeaea15b478c1b809ef95e69d8126b08a9db747559851a34efe641b8b6cbf90 -size 2154508 diff --git a/orafce-4.9.0+git0.18d82db.obscpio b/orafce-4.9.0+git0.18d82db.obscpio new file mode 100644 index 0000000..87902cb --- /dev/null +++ b/orafce-4.9.0+git0.18d82db.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4e2ebbea78098e60f10eff01f8136c51064c46fad7bbd79c0ede171e786eec +size 2200076 diff --git a/orafce.changes b/orafce.changes index 0617787..a2205a3 100644 --- a/orafce.changes +++ b/orafce.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Jan 02 08:18:51 UTC 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 07:52:00 UTC 2023 - emiliano.langella@suse.com diff --git a/orafce.obsinfo b/orafce.obsinfo index 8e5fb53..b5a3667 100644 --- a/orafce.obsinfo +++ b/orafce.obsinfo @@ -1,4 +1,4 @@ name: orafce -version: 4.7.0+git1.fca4108 -mtime: 1697183261 -commit: fca41081278248956a28ea0fbaea72b1fa1bccda +version: 4.9.0+git0.18d82db +mtime: 1703953812 +commit: 18d82dbf6a2a71474ef0ad2f68b0974b2f8381d8 diff --git a/orafce.spec b/orafce.spec index f3a1361..ffd4866 100644 --- a/orafce.spec +++ b/orafce.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define realname orafce Name: %{pgname}-orafce -Version: 4.7.0+git1.fca4108 +Version: 4.9.0+git0.18d82db Release: 0 Summary: Implementation of some Oracle functions into PostgreSQL Group: Productivity/Databases/Tools