I feel the need to wrap an SQLite printf-like function into a scalar
function.
I wish to use it as in:
select printf(format_string, list of arguments);
My question is slightly off topic but there are experienced users here
who have probably done it before.
In the scalar function (printf), I get arguments as the usual array of
pointers. How would you pass the variable list arguments to
sqlite3_mprintf()?
Is there any nice way not imposing a limitation on n?
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users