We recently added some validation on that endpoint. The `Invalid property: params => Expected array,
We recently added some validation on that endpoint. The
I will see if we can make the
Invalid property: params => Expected array, received null (7400) seems to be coming from that validation. The params is an optional list argument that should only be provided if you have bind parameters in the SQL query.I will see if we can make the
params === null be treated the same is not provided at all, since null is not a valid value per se for that list argument.When i changed the code to include a string array with params i started getting:Not sure what you mean here. Did you provide an empty slice?

