Skip to content

fix(async-connection): runTrans and runTransAsObject

Andrii Bezuglyi requested to merge fix/async_connection_run_trans into master

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.

Merge request reports

Loading