databaseManager.setNullColumnValidatorEnabled

Hi all.

Where is the function setNullColumnValidatorEnabled(boolean) documented?

Best regards. Roberto Blasco.

Not sure. If true, Servoy will throw an error if the column is left null, if false, Servoy will not look at not null columns and you might see a failure on save from the DB.

Thanks Patrick

So, how can I solve this warning?

The method setNullColumnValidatorEnabled() is undefined for the type JSDatabaseManager

Best regards. Roberto Blasco.

Version: 6.0.3 - build 1223
Windows 7
MySQL 5.1

Robert,

databaseManager.nullColumnValidatorEnabled is a property, the getter and setter work but do not show up in autocomplete and give a warning.

Rob

Thanks Rob.

Where can I learn more about this “undocumented” properties?

Best regards. Roberto Blasco.

it is just documented:

http://wiki.servoy.com/display/DOCS/Dat … torEnabled

Opps … :oops:

Thanks a lot.

Best regards. Roberto Blasco.