SQLite Forum

CASE WHEN False THEN MyFunction() END calls MyFunction
Login
Hi,

Is there something like SQLITE_DETERMINISTIC that would avoid MyFunction being called in this case?

I'm using SQLite quite successfully as a scripting engine, but the above surprised me.

Thanks,

Paul.