Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0003599Openbravo ERPA. Platformpublic2008-01-17 12:562008-06-12 09:44
user71 
adrianromero 
normalminoralways
closedfixed 
5
 
 
No
Core
No
0003599: Export database omits the defaults null in funct
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


No tags attached.
blocks defect 0002526 closed adrianromero Export database omits the defaults null in function params 
Issue History

Notes
(0007188)
user71   
2005-06-01 00:00   
(edited on: 2008-06-12 09:44)
This bug was originally reported in SourceForge bug tracker and then migrated to Mantis.

You can see the original bug report in:
https://sourceforge.net/support/tracker.php?aid=1873617 [^]