There's a bunch of string copying and substrings happening which are largely unnecessary and can be removed. On the first hand, we should really trying to be using string views where possible. On the second hand, we should move this replacement down into the engine/SqlSource.
On the third hand, SqlSource itself should probably go away and be replaced by syntaqlite error tracking so that's there as well.
There's a bunch of string copying and substrings happening which are largely unnecessary and can be removed. On the first hand, we should really trying to be using string views where possible. On the second hand, we should move this replacement down into the engine/SqlSource.
On the third hand, SqlSource itself should probably go away and be replaced by syntaqlite error tracking so that's there as well.