Subj : Inital commit of sqlite support. To : GitLab note in main/sbbs From : Fernando Toledo Date : Thu May 08 2025 07:08 pm https://gitlab.synchro.net/main/sbbs/-/merge_requests/538#note_7217 I just review the code, I think that stmt is not needed... because the sql string can be passed as parameter to exec() directly. I think I had put it to have both forms/options. The first, prepare the stmt and just call exec(). And the second, pass the SQL string as a parameter. Therefore, it is redundant. .