On Wed, Aug 27, 2008 at 03:50:56PM +0100, Hardy, Andrew wrote: > Is there any way to log conversions to highlite any issues that would > have been hilighted by failure with strict typing?
If the conversions are nicely isolated into functions (static and otherwise) could use the DTrace 'pid' provider on Solaris, and probably on FreeBSD/MacOS X as well. If the conversions are not nicely isolated into functions then SQLite3 could be modified to define DTrace USDT probes that could then be used on Solaris/FreeBSD/MacOS X. I think it'd be cool to modify SQLite3 to define [unstable] USDT probes for all VM opcodes, at the very least, and stable USDT probes probes for statement compilation, execution, ... (If I needed these I'd contribute the code. But I don't, and don't have the time.) Nico -- _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

