mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 00:54:19 +01:00
UNION queries, while useful on their own, are a cornerstone of recursive CTEs. This PR implements: * the merge operator, required to merge both sides of a union query. * the circuitry necessary to issue the Merge operator. * extraction of tables mentioned in union and CTE expressions, so we can correctly populate tables that contain them. Closes #3234