Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(flink): fix regex digit escape
This might not be sufficient for all regexes, but now sqlgot now stores unescaped strings and then escapes them during generation, which for the `Flink(Hive)` case meant doubling up backslashes on `\\d`
- Loading branch information