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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -