Files
turso/CHANGELOG.md
2024-07-12 08:31:52 +03:00

564 B

Changelog

[Unreleased]

Added

  • Partial SELECT statement support, including WHERE, LIMIT, and CROSS JOIN.

  • Partial PRAGMA statement support, including cache_size.

  • Partial aggregate function support, including avg(), count(), max(), min(), sum(), and total().

  • EXPLAIN statement support.

  • Linux io_uring support using direct I/O.

  • Initial pass on command line shell with following commands:

    • .schema command that describes the database schema.
    • .opcodes <opcode> that describes what a VDBE opcode does.