You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This removes the _static property from bindTextParameter and last two
call sites using it.
While SQLITE_STATIC (which tells sqlite it doesn't need to copy the
value) was fine for string literals, it looks like we should always
pass SQLITE_TRANSIENT (which tells sqlite to copy the value at bind
time) when using QCString.
0 commit comments