turso icon indicating copy to clipboard operation
turso copied to clipboard

Alloc default header for empty dbs

Open Pavan-Nambi opened this issue 5 months ago • 1 comments

closes https://github.com/tursodatabase/turso/issues/3441

turso> select group_concat(name) over () from sqlite_schema;
turso> values (1) intersect values (1);
┌───┐
│ 0 │
├───┤
│ 1 │
└───┘
turso> PRAGMA integrity_check;
┌────┐
│ ok │
└────┘

Pavan-Nambi avatar Oct 27 '25 11:10 Pavan-Nambi

This pull request has been marked as stale due to inactivity. It will be closed in 7 days if no further activity occurs.

penberg avatar Nov 27 '25 00:11 penberg

This pull request has been closed due to inactivity. Please feel free to reopen it if you have further updates.

penberg avatar Dec 04 '25 00:12 penberg