refactor(sqlite): Used distinct types for Db and Stmt pointers.

Also made some other improvements to it.
This commit is contained in:
2026-06-20 19:01:10 -04:00
parent 9683216efe
commit 2683e2a00f
5 changed files with 68 additions and 74 deletions

View File

@@ -9,7 +9,6 @@
30. Use text/tables for command output
2. Generate md and man pages again.
3. **db.odin:324-327** — Map iteration (`remote_set`) is non-deterministic. Same file can produce different JSON on each backup, causing spurious DB diffs. Sort remotes before storing.
4. Make sure official path separators are used when appropriate, rather than '/'.
@@ -83,7 +82,7 @@
- [ ] scan.odin
- [ ] scan_test.odin
- [ ] sodium.odin
- [ ] sqlite/sqlite.odin
- [x] sqlite/sqlite.odin
- [ ] ssh.odin
- [ ] ssh_test.odin
- [ ] table.odin