RESTHandler is not obeying boolean criteria with the fetch operation when using MYSQL and TINYINT as the column type.
I did find a thread instructing to set sqlStorageStrategy="integer" (http://forums.smartclient.com/showthread.php?t=20933&highlight=mysql+boolean).
When I tried this I discovered that this method works when using SmartGWT's wireformat (via IDACALL) but does not work when RESTHandler is used.
My question is, is this a supported setting for RESTHandler?
Thanks!
I did find a thread instructing to set sqlStorageStrategy="integer" (http://forums.smartclient.com/showthread.php?t=20933&highlight=mysql+boolean).
When I tried this I discovered that this method works when using SmartGWT's wireformat (via IDACALL) but does not work when RESTHandler is used.
My question is, is this a supported setting for RESTHandler?
Thanks!
Comment