Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0002526Openbravo ERPA. Platformpublic2008-01-17 12:132008-11-26 13:55
user71 
adrianromero 
normalminoralways
closedfixed 
5
 
2.40alpha-r2 
No
Core
No
0002526: Export database omits the defaults null in function params
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 [^]
No tags attached.
depends on backport 0003599 closed adrianromero Export database omits the defaults null in funct 
Issue History
2008-11-26 13:55psarobeRegression testing => No
2008-11-26 13:55psarobeStatusresolved => closed

Notes
(0006115)
user71   
2005-06-01 00:00   
(edited on: 2008-06-12 09:43)
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=1873593 [^]