Files
taskchampion-sync-server/sqlite
Dustin J. Mitchell 213be852b8 Fix add_version calls when no history exists on the server (#149)
This fixes a bug in 25911b44a6 where the
check in the storage implementation was too strict (not allowing
`clients.latest_version_id == Uuid::nil()`), causing spurious failures.

Well, two bugs, one in each storage implementation.
2025-08-20 15:21:04 -04:00
..
2025-07-11 17:37:14 -04:00
2025-07-30 21:23:03 -04:00

taskchampion-sync-server-storage-sqlite

This crate implements a SQLite storage backend for the taskchampion-sync-server-core.