This seems to fix an issue I had when having a whenMatched and a whenNotMatched in a single merge statement within MSSQL.
All tests passed locally, but I mostly just copied down a different test with a slight addition, so feel free to make any suggestions or changes if it can be improved.
closes #939
This seems to fix an issue I had when having a
whenMatched
and awhenNotMatched
in a single merge statement within MSSQL.All tests passed locally, but I mostly just copied down a different test with a slight addition, so feel free to make any suggestions or changes if it can be improved.
Thanks