details:   https://code.openbravo.com/erp/devel/pi/rev/30d087840b55
changeset: 35906:30d087840b55
user:      Augusto Mauch <augusto.mauch <at> openbravo.com>
date:      Tue May 28 11:13:47 2019 +0200
summary:   Fixes issue 40264: Ignore some invalid functions when loading the 
database model

Openbravo does not support the definition of functions with anonymous 
parameters. Before this
changeset, loading from the model one of those functions resulted in a 
NullPointerException.

Now these functions will be ignored when loading the model from the database. 
This means that
export.database will not export them, and update.database will not overwrite 
them.

To be able to ignore a row within RowConstructor.getRow a new exception called 
SkipRowException has
been defined.

diffstat:

 src-db/database/lib/dbsourcemanager.jar |  Bin 
 1 files changed, 0 insertions(+), 0 deletions(-)

diffs (2 lines):

diff -r 14e100c74041 -r 30d087840b55 src-db/database/lib/dbsourcemanager.jar
Binary file src-db/database/lib/dbsourcemanager.jar has changed


_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to