4 Commits

Author SHA256 Message Date
Emiliano Langella
5cc30880a4 - Update to version 4.13.5+git0.ab95f82:
* prepare for 4.13.5
  * export orafce_sys_extract_utc and orafce_sys_extract_utc_oracle_date for win build
  * With Oracle passing en empty string to the to_date(txt, fmt) function returns NULL whereas PostgreSQL returns '0001-01-01 BC'. This true whatever is the format passed as second argument. Change the behavior of function to_date(txt, fmt) to mimic Oracle.

- Update to version 4.13.4+git0.8f3f211:
  * prepare for 4.13.4
  * fix update script from 4.12 to 4.13
  * prepare for 4.13.3
  * umask is usually entered as octec number, then read it as octec number

OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=69
2024-10-22 15:18:31 +00:00
19e2cf65c3 - Update to version 4.13.4+git0.8f3f211:
* prepare for 4.13.4
  * fix update script from 4.12 to 4.13

- Update to version 4.13.3+git0.0bf0f15:
  * prepare for 4.13.3
  * umask is usually entered as octec number, then read it as octec number

OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=68
2024-10-15 12:22:16 +00:00
29cef8327b - enable pg17
- Update to version 4.13.2+git0.f8f8700:
  * prepare for 4.13.2
  * fix missing update of control file and regress tests
  * Fix description of GUC orafce.varchar2_null_safe_concat
  * Fix description of GUC orafce.varchar2_null_safe_concat
  * fix regress tests
  * Update README.asciidoc
  * Fix documentation formatting.
  * Add description of to_date(text,text) function and the error reported due to Oracle bug.
  * Update regression test result with error message change.
  * Raise an error when Oracle's to_date() bugs are reached. This concern dates before 1582-10-05 ('J2299159') usinf the 'J' format and dates before 1100-03-01 that cannot be verified due to a bug in Oracle.
  * remove obsolete sql signature of dbms_alert.defered_signal
  * update NEWS
  * Remove the BC part of the Oracle like Julian Day date
  * Fix wrong number of days add to julian day in to_char(text, text) function and add pg_catalog FQDN to the to_date() builtin function called. Add regression test.
  * remove obsolete file
  * Fix TO_DATE(text, text) function with the 'J' (Julian day) formatting. For Oracle this is the number of days since January 1, 4712 BC whereas for PostgreSQL this is the number of days since November 24, 4714 BC.

OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=67
2024-09-28 00:32:09 +00:00
Emiliano Langella
4254ef72ec - Update to version 4.13.0+git3.25d74aa:
* Fix description of GUC orafce.varchar2_null_safe_concat
  * Fix description of GUC orafce.varchar2_null_safe_concat
  * fix regress tests
  * Update README.asciidoc
  * Fix documentation formatting.
  * Add description of to_date(text,text) function and the error reported due to Oracle bug.
  * Update regression test result with error message change.
  * Raise an error when Oracle's to_date() bugs are reached. This concern dates before 1582-10-05 ('J2299159') usinf the 'J' format and dates before 1100-03-01 that cannot be verified due to a bug in Oracle.
  * remove obsolete sql signature of dbms_alert.defered_signal
  * update NEWS
  * Remove the BC part of the Oracle like Julian Day date
  * Fix wrong number of days add to julian day in to_char(text, text) function and add pg_catalog FQDN to the to_date() builtin function called. Add regression test.
  * remove obsolete file
  * Fix TO_DATE(text, text) function with the 'J' (Julian day) formatting. For Oracle this is the number of days since January 1, 4712 BC whereas for PostgreSQL this is the number of days since November 24, 4714 BC.

OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=65
2024-09-25 12:43:46 +00:00