Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010072Openbravo ERPY. DBSourceManagerpublic2009-07-27 16:092012-03-08 13:07
AinhoaPagola 
marvintm 
normalminorhave not tried
scheduledopen 
20Ubuntu 8.4
pi 
pi 
Core
No
0010072: Code with no indentation is not properly traslated from PostgreSQl to Oracle
If no indentation is inserted in a code line, this is not properly translated.

This is reproducible with RAISE and with PERFORM statements.
Example, on a postgresql function,

add the following line WITH NO INDENTATION

PERFORM C_ORDER_POST1(NULL, v_Order_ID);

It will be translated in the xml file as:
 
PERFORM C_ORDER_POST1(NULL, v_Order_ID);

If you indent it, it will be translated as C_ORDER_POST1(NULL, v_Order_ID);
as it should be.

This also happens with RAISE NOTICE statement.
No tags attached.
Issue History
2009-07-27 16:09AinhoaPagolaNew Issue
2009-07-27 16:09AinhoaPagolaAssigned To => marvintm
2009-08-17 13:24rafarodaStatusnew => scheduled
2009-08-17 13:24rafarodaversion => pi
2012-03-08 13:07marvintmTypedefect => design defect

There are no notes attached to this issue.