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