Diego Reis
Diego Reis
### Feature Description I passed for a trouble using the `orUpdate` function with `createQueryBuilder()` and mistyping some attributes in the first parameter array without notice nor typescript notifying the issue....
Aims to solve #514 I'm marking this PR as a draft because I encountered an issue while trying to create a sqlite3 statement from a wasm statement. In the wasm...
#514 Introduces a new feature for lazy evaluation in the `Statement.raw().iterate()` method and includes related changes in both the test and implementation files. The most important changes include adding a...
#583 Following the example of this [commit](https://github.com/tursodatabase/limbo/commit/0aabcddf18fed76be57bb12ed0aa44585f205808), to convert the usage of `ExtFunc` in `core/ext` to `ExternalFunc`.
I still didn't find a good way to implement variadic functions, we should have some sort of wrapper in JS layer but it didn't work so well for me so...
I ran [zizmor](https://docs.zizmor.sh/) just 4fun and found out 95 issues (0 unknown, 4 informational, 0 low, 59 medium, 32 high). They seem to be easily addressable tho.
[origin](https://github.com/tursodatabase/limbo/actions/runs/14424415303/job/40451032973?pr=1139) Query: `SELECT ((((cos(cosh(cosh(power(2.0, 2.0) - asinh(0.0))))))))` - Limbo: `0.6986623777759141` - SQLite: `0.6986187087790806`
As described by pereman in #1129, Limbo currently has different bytecodes for `BEGIN IMMEDIATE`: ``` limbo> explain begin immediate; addr opcode p1 p2 p3 p4 p5 comment ---- ----------------- ----...
[here](https://github.com/tursodatabase/limbo/actions/runs/14042349722/job/39315262763?pr=1164) 
Has pointed out in [code](https://github.com/tursodatabase/turso/blob/990740ab731855f98f0987b1d4e8796c96c2923e/core/mvcc/mod.rs#L32), currently MVCC have garbage collection