Files
turso/core
Pekka Enberg 5c52c8b1e9 Merge 'Fix integer overflow output to be same as sqlite3' from Vrishabh
In sqlite3, before arithmetic operation is done, it first checks if the
operation dosent overflow and then does the operation. In case it
overflows it would covert the arguments into floats and then does the
operation as [per code](https://github.com/sqlite/sqlite/blob/ded37f337b
7b2e916657a83732aaec40eb146282/src/vdbe.c#L1875)  . I have done the same
behaviour for limbo.

Closes #612
2025-01-04 17:46:48 +02:00
..
2024-12-27 10:20:41 +02:00
2025-01-01 16:11:52 +05:30
2025-01-02 15:09:16 +07:00
2024-12-20 11:32:57 +01:00
2025-01-04 12:23:19 +02:00
2024-12-24 18:04:30 +01:00