You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a custom change that implies the usage of InsertSetStatement for performing multiple insertions at once, the InsertSetGenerator#supports method returns true for Oracle, but the statement that's generated is invalid. INSERT INTO XYZ(X,Y,Z) VALUES(...),...,(...) is generated rather than something like in https://stackoverflow.com/a/39602