fix(async-connection): runTrans and runTransAsObject
AsyncConnection methods runTrans
and runTransAsObject
now stringify execParams, just like insert
, update
and other methods do.
This fixes problems with saving JSON attributes and overall, make connection object methods more consistent.