From the console
% security.getUserId() == '3'
% true
This leads to lots of errors of type
JSDataSet:exception:com.servoy.j2db.dataprocessing.DataException: ERROR: operator does not exist: integer = character varying
When using this variables in SQL queries…
I can fix by replacing with
% parseInt(security.getUserId())
Occurs in both Mac and Windows client and Mac developer.
Have anybody else seen this problem?