Accepting request 1136070 from server:database:postgresql

OBS-URL: https://build.opensuse.org/request/show/1136070
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orafce?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2024-01-03 11:29:24 +00:00 committed by Git OBS Bridge
commit 416aafed34
6 changed files with 28 additions and 9 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/orafce/orafce.git</param>
<param name="changesrevision">fca41081278248956a28ea0fbaea72b1fa1bccda</param></service></servicedata>
<param name="changesrevision">18d82dbf6a2a71474ef0ad2f68b0974b2f8381d8</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cdeaea15b478c1b809ef95e69d8126b08a9db747559851a34efe641b8b6cbf90
size 2154508

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf4e2ebbea78098e60f10eff01f8136c51064c46fad7bbd79c0ede171e786eec
size 2200076

View File

@ -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

View File

@ -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

View File

@ -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