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

Reply via email to