Hello, I've just noticed that every field type of my SQLDataSources (oracle db) of type boolean, sqlStorageStrategy="singleCharTF", are sent to the client as false when the actual value is null.
This build is working, ie null columns result in absence of the attribute in the rpc response and js object in the callback:
SmartClient Version: v11.1p_2017-09-03/Enterprise Deployment (built 2017-09-03)
This build doesn't work, ie null columns result in presence of the attribute with value===false.
SmartClient Version: v11.1p_2017-09-13/Enterprise Deployment (built 2017-09-13)
This build is working, ie null columns result in absence of the attribute in the rpc response and js object in the callback:
SmartClient Version: v11.1p_2017-09-03/Enterprise Deployment (built 2017-09-03)
This build doesn't work, ie null columns result in presence of the attribute with value===false.
SmartClient Version: v11.1p_2017-09-13/Enterprise Deployment (built 2017-09-13)
Comment