Insert multiple rows return order
Is the return value of an "insert many" operation ordered in the same order of the items passed to it
Can I be sure that result[0] has id 1 and result[1] has id 2?
Can I be sure that result[0] has id 1 and result[1] has id 2?