querybuilder icon indicating copy to clipboard operation
querybuilder copied to clipboard

Fix for Oracle insert many

Open mathijs-dumon opened this issue 2 years ago • 0 comments

This is a replacement PR for this older branch: issue-192 I compared the test case that was in the old branch, my tests are equivalent.

The generated SQL is slightly different, (INSERT ALL vs UNION ALL) but functionally equivalent. The INSERT ALL approach is more in line with what other dialects do.

This fixes #192

mathijs-dumon avatar Feb 24 '22 15:02 mathijs-dumon