Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0010072 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
design defect | [Openbravo ERP] Y. DBSourceManager | minor | have not tried | 2009-07-27 16:09 | 2012-03-08 13:07 | |||||||
Reporter | AinhoaPagola | View Status | public | |||||||||
Assigned To | marvintm | |||||||||||
Priority | normal | Resolution | open | Fixed in Version | ||||||||
Status | scheduled | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | pi | |||||||
OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.5 | |||||||
OS Version | Ubuntu 8.4 | Database version | 8.3 | Ant version | 1.7 | |||||||
Product Version | pi | SCM revision | ||||||||||
Review Assigned To | ||||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0010072: Code with no indentation is not properly traslated from PostgreSQl to Oracle | |||||||||||
Description | If no indentation is inserted in a code line, this is not properly translated. This is reproducible with RAISE and with PERFORM statements. | |||||||||||
Steps To Reproduce | 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. | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
Issue History | |||
Date Modified | Username | Field | Change |
2009-07-27 16:09 | AinhoaPagola | New Issue | |
2009-07-27 16:09 | AinhoaPagola | Assigned To | => marvintm |
2009-08-17 13:24 | rafaroda | Status | new => scheduled |
2009-08-17 13:24 | rafaroda | version | => pi |
2012-03-08 13:07 | marvintm | Type | defect => design defect |
Copyright © 2000 - 2009 MantisBT Group |