So I’ve been trying to figure out why my SQLite queries haven’t been returning any row counts, and I’ve tracked it down to what’s going on when String::Trimmed is performed. Here’s the Urho3D code I’m assuming is causing the issue:
github.com/urho3d/Urho3D/blob/m … on.cpp#L67
When using Trimmed the error: “Could not execute: only one SQL statement is allowed” will occur. The current workaround is to use the sqlite3 functions directly, however it’d be nice if I could continue using the Urho methods
Using String::Trimmed
Not using String::Trimmed