Skip to content

Improve performance of SQL strings in ExecuteQuery/ExecuteStatement functions #6799

Description

@LalitMaganti

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions