Avatar for the tursodatabase user
tursodatabase
turso
BlogDocsChangelog

Performance History

Latest Results

core: Implement PRAGMA full_column_names and short_column_names These deprecated SQLite pragmas control how column names appear in result sets. They are needed to pass the upstream select1.test TCL tests (select1-6.1.1 through select1-6.9.16). The column naming rules match SQLite: - full=ON: explicit column refs use REAL_TABLE.COLUMN - short=ON (default), full=OFF: explicit column refs use COLUMN - both OFF: use original expression text (preserving spacing) - SELECT * expansion sets aliases at compile time, bypassing the full/short logic (longNames = full=ON && short=OFF uses TABLE.COLUMN) - AS aliases always take priority
penberg:pragma-column-names
41 minutes ago
Turso 0.6.0-pre.13
main
42 minutes ago
fix wake panicking on yield completion
pedrocarlo:db-manager-lock
5 hours ago
dont hold database manager lock
pedrocarlo:db-manager-lock
5 hours ago
dont hold database manager lock
pedrocarlo:db-manager-lock
8 hours ago

Latest Branches

CodSpeed Performance Gauge
-1%
core: Implement PRAGMA full_column_names and short_column_names#6200
19 hours ago
1fd54a1
penberg:pragma-column-names
CodSpeed Performance Gauge
0%
5 hours ago
362b066
Ritish134:main
CodSpeed Performance Gauge
0%
5 hours ago
8f77164
pedrocarlo:db-manager-lock
© 2026 CodSpeed Technology
Home Terms Privacy Docs