Accepting request 1155886 from home:emilianolangella

- Update to version 4.9.3+git0.6adbd66:
  * fix broken handling null in dbms_sql.column_value

OBS-URL: https://build.opensuse.org/request/show/1155886
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=51
This commit is contained in:
Martin Pluskal 2024-03-07 12:50:13 +00:00 committed by Git OBS Bridge
parent 5ce1f128d2
commit cc9581bc11
6 changed files with 19 additions and 8 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">17c9ce474b254ff2ee868aa02ff23cfdf0726a85</param></service></servicedata>
<param name="changesrevision">6adbd66c429dabb828f10d764d356824efeb8396</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Mar 07 12:13:12 UTC 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 08:43:18 UTC 2024 - emiliano.langella@suse.com

View File

@ -1,4 +1,4 @@
name: orafce
version: 4.9.2+git0.17c9ce4
mtime: 1707366056
commit: 17c9ce474b254ff2ee868aa02ff23cfdf0726a85
version: 4.9.3+git0.6adbd66
mtime: 1709739824
commit: 6adbd66c429dabb828f10d764d356824efeb8396

View File

@ -20,7 +20,7 @@
%define realname orafce
Name: %{pgname}-orafce
Version: 4.9.2+git0.17c9ce4
Version: 4.9.3+git0.6adbd66
Release: 0
Summary: Implementation of some Oracle functions into PostgreSQL
Group: Productivity/Databases/Tools