Boolean values were previously getting converted to null on the output of the parameterize() method. I opened issue https://github.com/chronogolf/sisense/pull/7 and a fix was proposed. However I'm still unsure why we need parameterize(). Why not just do params.to_json?
Boolean values were previously getting converted to
null
on the output of theparameterize()
method. I opened issue https://github.com/chronogolf/sisense/pull/7 and a fix was proposed. However I'm still unsure why we needparameterize()
. Why not just doparams.to_json
?