Compare commits
2 Commits
7bbda78bc9
...
13dabfde68
Author | SHA256 | Date | |
---|---|---|---|
|
13dabfde68 | ||
|
83f957b50f |
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
||||
<param name="versionrewrite-pattern">VERSION_(\d+).(\d+).(\d+)(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1.\2.\3\4</param>
|
||||
<param name="revision">VERSION_4_13_5</param>
|
||||
<param name="revision">VERSION_4_14_0</param>
|
||||
<!--
|
||||
<param name="revision">master</param>
|
||||
-->
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/orafce/orafce.git</param>
|
||||
<param name="changesrevision">ab95f8296486801e3f90d101e43a7528674399e0</param></service></servicedata>
|
||||
<param name="changesrevision">f0ecbd307fa330bacdb1e6feb6548d1c1a747bc5</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b24cce93f76bd6601c458b32631702911e00f69e3224151256d881077d9db498
|
||||
size 2236428
|
3
orafce-4.14.0+git0.f0ecbd3.obscpio
Normal file
3
orafce-4.14.0+git0.f0ecbd3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ae88a41b33c3cdbc21e2ba2757167c74012662d9e3686463ad5cf0ffc3b8a14
|
||||
size 2233868
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 26 09:18:32 UTC 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 14:01:46 UTC 2024 - emiliano.langella@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: orafce
|
||||
version: 4.13.5+git0.ab95f82
|
||||
mtime: 1729566529
|
||||
commit: ab95f8296486801e3f90d101e43a7528674399e0
|
||||
version: 4.14.0+git0.f0ecbd3
|
||||
mtime: 1732555104
|
||||
commit: f0ecbd307fa330bacdb1e6feb6548d1c1a747bc5
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define realname orafce
|
||||
|
||||
Name: %{pgname}-orafce
|
||||
Version: 4.13.5+git0.ab95f82
|
||||
Version: 4.14.0+git0.f0ecbd3
|
||||
Release: 0
|
||||
Summary: Implementation of some Oracle functions into PostgreSQL
|
||||
Group: Productivity/Databases/Tools
|
||||
|
Loading…
Reference in New Issue
Block a user