From 6a089f6d65da3ef5391314e1ab5907083bf577fc Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Sat, 18 Apr 2026 19:10:15 +0200 Subject: notes from trying Oblast in https://github.com/sapcc/castellum --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..57b81a1 --- /dev/null +++ b/TODO.md @@ -0,0 +1,2 @@ +- TODO: Store.Insert should take its arguments as pointers; the risk of continuing to use the un-updated records is too great +- TODO: consider adding an upsert, e.g. `func (Store[R]) InsertOrUpdate(db Handle, records ...*R) error`, that chooses based on whether any auto fields is non-zero -- cgit v1.2.3