Skip to content

Releases: Airsequel/SQLiteDAV

0.2.0

26 May 10:19
3cdc2f1

Choose a tag to compare

  • Improved WebDAV compliance based on Litmus findings.
  • Deleting a file by setting its cell to NULL.
  • First-class support for SQLite Archive Files (sqlar).
  • Binary file extension detection via libmagic.
  • LOCK and UNLOCK method support.
  • Support for the Prefer header values depth-noroot and return=minimal.
  • PROPFIND no longer loads every row's BLOB content into memory,
    fixing OOMs on multi-gigabyte databases.
  • Editing a cell via PUT preserves the column's declared type
    (TEXT, INTEGER, REAL, BLOB) instead of forcing every write to BLOB.
  • --rowname CLI flag controls how plain-table row directories are
    named: rowid (default), pk (primary-key value), or combined
    (<rowid> - <pk-value>). Tables without a single-column PK keep
    the rowid naming.

0.1.1

30 Oct 13:43
ef4989b

Choose a tag to compare

Release with binaries for Linux and macOS