Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0054709 | Openbravo ERP | A. Platform | public | 2024-02-19 14:43 | 2024-03-15 14:11 |
|
Reporter | shuehner | |
Assigned To | shuehner | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | PR24Q2 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0054709: Oracle Cleanup: Remove Recompile db objects (dba_recompile) and dba_afterimport |
Description | With oracle support removed those oracle specific pl-functions can be removed as well
Specifically:
a.) pl function dba_recompile
and its ad_process entry 185 (Recompile DB Objects)
b.) dba_afterimport pl-function
- not called anywhere
- but calling a.) itself |
Steps To Reproduce | - |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | feature request | 0053658 | | new | shuehner | Tracking issue: Code cleanup after removing Oracle support |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2024-02-19 14:43 | shuehner | New Issue | |
2024-02-19 14:43 | shuehner | Assigned To | => shuehner |
2024-02-19 14:43 | shuehner | Modules | => Core |
2024-02-19 14:43 | shuehner | Triggers an Emergency Pack | => No |
2024-02-19 14:43 | shuehner | Issue generated from | 0053661 |
2024-02-19 14:43 | shuehner | Relationship added | blocks 0053658 |
2024-02-19 14:50 | shuehner | Summary | Oracle Cleanup: Remove Recompile db objects (dba_recompile) => Oracle Cleanup: Remove Recompile db objects (dba_recompile) and dba_afterimport |
2024-02-19 14:50 | shuehner | Description Updated | bug_revision_view_page.php?rev_id=27550#r27550 |
2024-02-19 15:04 | hgbot | Note Added: 0160916 | |
2024-02-19 17:09 | hgbot | Note Added: 0160940 | |
2024-03-15 14:10 | hgbot | Note Added: 0162237 | |
2024-03-15 14:10 | hgbot | Note Added: 0162238 | |
2024-03-15 14:11 | hgbot | Note Added: 0162239 | |
2024-03-15 14:11 | hgbot | Resolution | open => fixed |
2024-03-15 14:11 | hgbot | Status | new => closed |
2024-03-15 14:11 | hgbot | Fixed in Version | => PR24Q2 |
2024-03-15 14:11 | hgbot | Note Added: 0162240 | |
Notes |
|
(0160916)
|
hgbot
|
2024-02-19 15:04
|
|
|
|
(0160940)
|
hgbot
|
2024-02-19 17:09
|
|
|
|
(0162237)
|
hgbot
|
2024-03-15 14:10
|
|
|
|
(0162238)
|
hgbot
|
2024-03-15 14:10
|
|
|
|
(0162239)
|
hgbot
|
2024-03-15 14:11
|
|
|
|
(0162240)
|
hgbot
|
2024-03-15 14:11
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 9209c5535554086bdf739f87ef02e76f698e054e
Author: Stefan Huehner <stefan.huehner@openbravo.com>
Date: 14-03-2024 15:56:31
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/9209c5535554086bdf739f87ef02e76f698e054e [^]
Fixes ISSUE-54709: Remove oracle specific dba_recompile,dba_afterimport
- dba_aftermport pl function was defined in postscript-Oracle but never
called.
- dba_recompile was called at the end of postscript-Oracle (on oracle
only) and was also callable via menu item "Recompile DB Objects".
Remove both as leftovers from old oracle support
---
M src-db/database/model/excludeFilter.xml
M src-db/database/model/postscript-Oracle.sql
M src-db/database/sourcedata/AD_MENU.xml
M src-db/database/sourcedata/AD_PROCESS.xml
M src-db/database/sourcedata/AD_TREENODE.xml
---
|
|