Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0002526 | Openbravo ERP | A. Platform | public | 2008-01-17 12:13 | 2008-11-26 13:55 | |||||||
Reporter | user71 | |||||||||||
Assigned To | adrianromero | |||||||||||
Priority | normal | Severity | minor | Reproducibility | always | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | ||||||||||||
Target Version | Fixed in Version | 2.40alpha-r2 | ||||||||||
Merge Request Status | ||||||||||||
Review Assigned To | ||||||||||||
OBNetwork customer | No | |||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
Support ticket | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0002526: Export database omits the defaults null in function params | |||||||||||
Description | In the process of script export.database the parameters with default value equals to NULL are omitted. Example: function example (number param1, number param2 default null) is transformed in function example (number param1, number param2) which causes an error in its call : example(1) This error is in ddlUtils, possibly caused by the change in ddlutils.platform.oracle.OracleModelLoader.java necessary to omit the defaults equals to null in tables. https://sourceforge.net/tracker/index.php?func=detail&aid=1863366&group_id=162271&atid=823129 [^] | |||||||||||
Steps To Reproduce | ||||||||||||
Proposed Solution | ||||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2008-11-26 13:55 | psarobe | Regression testing | => No | |||||||||
2008-11-26 13:55 | psarobe | Status | resolved => closed |
Notes | |||||
|
|||||
|
|