Hi Richard,

On Fri, 14 Jun 2013 08:26:19 -0400
 Richard Hipp <d...@sqlite.org> wrote:


SQLite has its own printf() implementation. It has to. If it used system printf(), than certain LOCALE settings would turn "." into "," and
introduce syntax errors.

The build-in printf() of SQLite also introduces a number of useful new formatting options, such as %q, %Q, %w, and %z. Those extensions (and others) are widely used internally by SQLite, so at this point it would be
a VERY big task to convert to system printf().


Yes, I saw your message, just after I pressed the send button.
So, this has nothing to do with some quirk of the system's
printf() family.

Regards,

Arjen



DISCLAIMER: This message is intended exclusively for the addressee(s) and may 
contain confidential and privileged information. If you are not the intended 
recipient please notify the sender immediately and destroy this message. 
Unauthorized use, disclosure or copying of this message is strictly prohibited.
The foundation 'Stichting Deltares', which has its seat at Delft, The 
Netherlands, Commercial Registration Number 41146461, is not liable in any way 
whatsoever for consequences and/or damages resulting from the improper, 
incomplete and untimely dispatch, receipt and/or content of this e-mail.




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

Reply via email to