Accepting request 1145077 from home:emilianolangella

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

OBS-URL: https://build.opensuse.org/request/show/1145077
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=49
This commit is contained in:
Emiliano Langella 2024-02-08 08:51:25 +00:00 committed by Git OBS Bridge
parent c7dbd3a259
commit 5ce1f128d2
6 changed files with 23 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">1071eb658945973396144a8a6b7b8fb74cfa6047</param></service></servicedata>
<param name="changesrevision">17c9ce474b254ff2ee868aa02ff23cfdf0726a85</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Feb 08 08:43:18 UTC 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 09:54:53 UTC 2024 - emiliano.langella@suse.com

View File

@ -1,4 +1,4 @@
name: orafce
version: 4.9.1+git0.1071eb6
mtime: 1706428165
commit: 1071eb658945973396144a8a6b7b8fb74cfa6047
version: 4.9.2+git0.17c9ce4
mtime: 1707366056
commit: 17c9ce474b254ff2ee868aa02ff23cfdf0726a85

View File

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