SQLite Forum

SQLite3 shell doing math operation on parameter substitution
Login
Much simpler repro script:

> ~~~
.parameter set @one '+1+2-3+4'
SELECT @one;
~~~