Martin Mauch
Martin Mauch
Hi everyone, I'm just trying to make the tests run locally by reproducing the (I assume manually created) folders for test scenarios on AWS, GCP and Azure. I'm having a...
Hi, while using Turso in an app I'm just developing, I ran into a few errors concerning statement lifecycle and transaction behaviour. Part of this fix is porting https://github.com/tursodatabase/turso/pull/4038 to...
According to PROTOCOL.md, an empty String also means end of the list, so it should be handled identically to None.
## Changes Fixes #2252 The idea of this PR is to be able to do something like this: ```rust pub enum Change { Created { data: T }, Updated {...
Convert logical cell_divider_idx to physical index by counting overflow cells with index < cell_divider_idx before accessing cells via cell_get and cell_get_raw_region in the debug validation code path. The original code...
Fixes a panic when a UNION ALL query uses multiple CTEs where one CTE references a column that exists in another CTE's source table but not in its own. Example...
This adds support for json_object(*) and jsonb_object(*) syntax which creates a JSON object with column names as keys and column values as values from all columns in the referenced tables....
Feature Request: `json_object(*)` - Create JSON object from all columns without explicit enumeration
I know that SQLite does not support `json_object(*)` and would like to ask if it would be desirable to deviate here and implement it nonetheless. I think Turso DB does...