On Tue, May 20, 2008 at 2:56 PM, D. Richard Hipp <[EMAIL PROTECTED]> wrote:
> OK.  How about:
>
>     INSERT INTO foo(bar) VALUES(coalesce(?,'default-value'));

This approach is working well for us, but as Dennis pointed out it
won't work for all situations. I wonder if it's worth adding something
like sqlite3_bind_default_value() to explicitly bind the default
value, or NULL if no default is specified?

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

Reply via email to