Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0009366 | Openbravo ERP | Y. DBSourceManager | public | 2009-06-08 11:13 | 2009-07-27 00:00 |
|
Reporter | villind | |
Assigned To | marvintm | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.40MP4 | |
Target Version | | Fixed in Version | 2.50MP3 | |
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 | 0009366: PL/SQL code translation fails if the database has an existing procedure (void function) that ends with the suffix of existing fu |
Description | PL/SQL code translation fails if the database has an existing procedure (void function) that ends with the suffix of existing function.
Example 1:
Original PL/SQL code: INSERT INTO M_PRODUCT_TEMPLATE(M_PRODUCT_TEMPLATE_ID
Replaced PL/SQL code: INSERT INTO M_PRODUCT_PERFORM TEMPLATE(M_PRODUCT_TEMPLATE_ID
Example 2:
Original PL/SQL code: L_FI_COPY_ORDER_INTO_TEMPLATE(v_pinstance_id);
Replaced PL/SQL code: PERFORM L_FI_COPY_ORDER_INTO_PERFORM TEMPLATE(v_pinstance_id);
|
Steps To Reproduce | Use the name of the function withing PERFORM the PL/SQL code. See the examples.
|
Proposed Solution | Require that there is whitespace (space, tab, newline or linefeed) before the matched name. |
Additional Information | |
Tags | 250MP3releasecandidate |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-06-08 11:13 | villind | New Issue | |
2009-06-08 11:13 | villind | Assigned To | => marvintm |
2009-06-09 17:48 | psarobe | Priority | normal => urgent |
2009-06-09 17:48 | psarobe | Status | new => scheduled |
2009-06-11 18:09 | hgbot | Checkin | |
2009-06-11 18:09 | hgbot | Note Added: 0017220 | |
2009-06-11 18:09 | hgbot | Status | scheduled => resolved |
2009-06-11 18:09 | hgbot | Resolution | open => fixed |
2009-06-11 18:11 | hgbot | Checkin | |
2009-06-11 18:11 | hgbot | Note Added: 0017221 | |
2009-06-11 18:11 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/956884ed1e7b74341b4d2f0b840a1861fcfcb374 [^] |
2009-06-16 09:43 | villind | Note Added: 0017337 | |
2009-06-22 11:09 | psarobe | Fixed in Version | => main |
2009-07-21 16:24 | psarobe | Fixed in Version | main => 2.50MP3 |
2009-07-21 16:26 | psarobe | Tag Attached: 250MP3releasecandidate | |
2009-07-26 21:36 | psarobe | Status | resolved => closed |
2009-07-27 00:00 | anonymous | sf_bug_id | 0 => 2827481 |