I noticed that this has been fixed now (
https://www.sqlite.org/src/info/db9acef14d492121). Thanks!
Best,
Manuel
On Fri, May 10, 2019 at 12:09 PM Manuel Rigger
wrote:
> Hi everyone,
>
> I was surprised by how the ROUND function handles "Inf" REAL values.
>
> A REAL infinity value can be created
Hi everyone,
I was surprised by how the ROUND function handles "Inf" REAL values.
A REAL infinity value can be created by using an overly-large number:
SELECT 1e5000; -- Inf
When casting infinity to an integer value, the largest integer is returned,
which seems intuitive to me:
SELECT CAST(1e5
On Fri, May 10, 2019 at 4:40 AM Warren Young wrote:
> Bedrock is based in part on the Paxos algorithm, another major advance in
> distributed computing, and another of Leslie Lamport’s brainchildren:
>
> https://en.wikipedia.org/wiki/Paxos_(computer_science)
In the same vein, there's also R
Working with RediSQL another use case comes to mind for some implementation
of the interface we were discussing.
How to detect SELECT statements that return empty.
SQLite simply return SQLITE_DONE in all cases, and it makes impossible to
know if it is an empty SELECT or something else.
A possibl
4 matches
Mail list logo