Files
turso/CHANGELOG.md
2024-07-07 14:28:36 +03:00

276 B

Changelog

[Unreleased]

Added

  • A .opcodes <opcode> dot command in the CLI that describes what a VDBE opcode does.

  • The avg() and sum() aggregate functions.

  • PRAGMA cache_size support.

  • SELECT ... LIMIT support.

  • Basic SELECT statement support.