This repository was archived by the owner on Mar 4, 2019. It is now read-only.
v4.1.0
- Bulk
insertcan accommodate records with different key sets:[{field1: 'value1'}, {field2: 'value2'}]is valid assuming there are noNOT NULLconstraints in play. - Empty array values are now handled properly in
insertandupdate.