Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0003599 | Openbravo ERP | A. Platform | public | 2008-01-17 12:56 | 2008-06-12 09:44 | |||||||
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 | |||||||||||
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 | 0003599: Export database omits the defaults null in funct | |||||||||||
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. 0002526 | |||||||||||
Steps To Reproduce | ||||||||||||
Proposed Solution | ||||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change |
Notes | |||||
|
|||||
|
|