ios - Ifnull using FMDB -
i've switched ios app using plain sqlite using fmbd. it's going great , big fan. problem i'm having have used ifnull
function in number of old sqlite calls, , doesn't seem work fmdb. message saying
warning: not find column named 'columnname'
i've tried number of different ways of calling statement, missing simple.
is there way around this?
any appreciated.
i use ifnull fmdb , works perfect
trivial, have tried:
ifnull(columnname, "i sad, because null") columnname
Comments
Post a Comment