tekumara / fakesnow

Fake Snowflake Connector for Python. Run, mock and test Snowflake DB locally.
Apache License 2.0
108 stars 10 forks source link

feat: support MERGE with multiple join columns and source subqueries #136

Closed tekumara closed 1 month ago

tekumara commented 1 month ago

Supports MERGE with

To do this, I've refactored the way merge works to align with the approach suggested here, ie:

resolves #24