Closed prust closed 1 year ago
This bug was found by @vileoleone and the fix was also suggested by @vileoleone in #135.
It fixes a bug introduced in #112 (affecting only v3.x of sql-bricks). v2.x of sql-bricks uses _.clone() which properly handles both arrays and objects.
_.clone()
This bug was found by @vileoleone and the fix was also suggested by @vileoleone in #135.
It fixes a bug introduced in #112 (affecting only v3.x of sql-bricks). v2.x of sql-bricks uses
_.clone()
which properly handles both arrays and objects.