Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0011189 | Openbravo ERP | A. Platform | public | 2009-10-30 12:34 | 2009-11-25 00:00 | |||||||
Reporter | networkb | |||||||||||
Assigned To | marvintm | |||||||||||
Priority | immediate | Severity | minor | Reproducibility | always | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | 2.50MP7 | |||||||||||
Target Version | 2.50MP10 | Fixed in Version | ||||||||||
Merge Request Status | ||||||||||||
Review Assigned To | ||||||||||||
OBNetwork customer | OBPS | |||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
Support ticket | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0011189: Some funcionts raise exceptions in an incorrect way | |||||||||||
Description | Some funcionts raise exceptions in an incorrect way The following order is not correct RAISE EXCEPTION '%',DATA_EXCEPTION; | |||||||||||
Steps To Reproduce | Create the following pl: CREATE OR REPLACE FUNCTION testpl() RETURNS void AS $BODY$ BEGIN RAISE EXCEPTION '%',DATA_EXCEPTION; END; $BODY$ LANGUAGE 'plpgsql' IMMUTABLE COST 100; ALTER FUNCTION testpl() OWNER TO tad; Execute the pl: select testpl(); See that you get an error: the data_execption column does not exist. See that the order that fails is used on many procedures and functions. For examplo c_invoice_post: RAISE EXCEPTION '%',DATA_EXCEPTION; | |||||||||||
Proposed Solution | ||||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2009-10-30 12:34 | networkb | New Issue | ||||||||||
2009-10-30 12:34 | networkb | Assigned To | => rafaroda | |||||||||
2009-10-30 12:34 | networkb | OBNetwork customer | => Yes | |||||||||
2009-11-02 05:36 | rafaroda | Note Added: 0021496 | ||||||||||
2009-11-02 05:36 | rafaroda | Assigned To | rafaroda => marvintm | |||||||||
2009-11-02 05:36 | rafaroda | Status | new => acknowledged | |||||||||
2009-11-02 05:36 | rafaroda | Issue Monitored: rafaroda | ||||||||||
2009-11-03 15:50 | hgbot | Checkin | ||||||||||
2009-11-03 15:50 | hgbot | Note Added: 0021538 | ||||||||||
2009-11-03 15:50 | hgbot | Status | acknowledged => resolved | |||||||||
2009-11-03 15:50 | hgbot | Resolution | open => fixed | |||||||||
2009-11-03 15:50 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/adfd8c3d4091b490fcebb21611b0fd778c932bf9 [^] | |||||||||
2009-11-03 15:54 | marvintm | Note Added: 0021539 | ||||||||||
2009-11-05 10:04 | marvintm | Relationship added | has duplicate 0011257 | |||||||||
2009-11-11 10:12 | rafaroda | Note Added: 0021710 | ||||||||||
2009-11-11 10:12 | rafaroda | Target Version | 2.50MP11 => 2.50MP10 | |||||||||
2009-11-24 11:54 | dbaz | Status | resolved => closed | |||||||||
2009-11-25 00:00 | anonymous | sf_bug_id | 0 => 2903420 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|