Skip to content
This repository has been archived by the owner on Mar 4, 2019. It is now read-only.

v4.1.0

Compare
Choose a tag to compare
@dmfay dmfay released this 17 Sep 20:40
· 329 commits to master since this release
  • Bulk insert can accommodate records with different key sets: [{field1: 'value1'}, {field2: 'value2'}] is valid assuming there are no NOT NULL constraints in play.
  • Empty array values are now handled properly in insert and update.