Re: [sqlite] Returning a boolean

2008-07-17 Thread dan.winslow
Never mind, returning integer 1 or 0 works. Should have tried that
before asking. 



___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] Returning a boolean

2008-07-17 Thread dan.winslow

How does one return a boolean value from a custom function, so that
expressions like 'select * from table where foo()' operate as expected?
There's no sqlite_result function for boolean...which I understand is
actually not a native type. I tried returning 'True' and 'False' but
that seemed to wind up being typed as text.

Dan Winslow
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users