SQLite Forum

documenting SQLite's "IS" behavior
Login
Thank you for your persistence on clarify operators precedence/associativity in sqlite !

And it seems to me that some of the examples that you are giving should be considered a bug, like the plus unary for strings, and the boolean confusion.

select +'hi';
hi