[sqlite] Documentation inconsistency

2020-02-12 Thread Tony Papadimitriou
From here: https://www.sqlite.org/faq.html#q5 > (16) Why does ROUND(9.95,1) return 9.9 instead of 10.0? Shouldn't 9.95 round > up? This example seems to be no longer valid. Although the explanation is still valid in general, the particular example “SELECT ROUND(9.95,1)” actually returns 10.0

Re: [sqlite] documentation inconsistency

2012-11-25 Thread Richard Hipp
On Sun, Nov 25, 2012 at 4:12 AM, Martin Velek wrote: > Hello, > > I am trying to port the Sqlite to a FreeRTOS and I am little bit > confused about mutex implementation, especially order of calling init > functions. > On the Custom Builds documentation page > http://www.sqlite.org/custombuild.html

[sqlite] documentation inconsistency

2012-11-25 Thread Martin Velek
Hello, I am trying to port the Sqlite to a FreeRTOS and I am little bit confused about mutex implementation, especially order of calling init functions. On the Custom Builds documentation page http://www.sqlite.org/custombuild.html is stated: "The auxiliary C code file can contain an implementat