Dear all,

I noticed that with the latest (3.27.2) version of sqlite3 if I try to use
sqlite3_mprintf("SELECT * FROM [%1$s];", "table_name");

The "standard" printf family functions support this feature. (See 
http://pubs.opengroup.org/onlinepubs/9699919799/functions/printf.html
<http://pubs.opengroup.org/onlinepubs/9699919799/functions/printf.html>  )

I did not find any mention of this in the documentation 
https://www.sqlite.org/printf.html <https://www.sqlite.org/printf.html>   

1) If this feature is not yet supported, is there any plan to support this
in the future?
2) If not, a mention in the docs under disadvantages would be a nice
information

Best regards,
lnksz



--
Sent from: http://sqlite.1065341.n5.nabble.com/
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to