mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 20:14:21 +01:00
In preparation for `CREATE VIEW`, we need to have the original sql query that was used to create the view. I'm using the scanner's offset to slice into the original input, trimming the newlines, and passing it to the translate function. Reviewed-by: Jussi Saurio <jussi.saurio@gmail.com> Closes #1621