So far we have been using string replacement to replace the table references in the original query.
This can lead to unexpected behaviour and reduces our flexibility for future enhancements (e.g. checking whether all table references have actually been replaced).
What changed
We use sqlglot now to replace the table references.
Problem
So far we have been using string replacement to replace the table references in the original query. This can lead to unexpected behaviour and reduces our flexibility for future enhancements (e.g. checking whether all table references have actually been replaced).
What changed
We use sqlglot now to replace the table references.