From 620e7aed810eaad2f6e402bfee7a4ad11c0a72f7 Mon Sep 17 00:00:00 2001
From: Ashton Kemerling <ashton.kemerling@protonmail.com>
Date: Fri, 6 Sep 2024 20:29:39 -0600
Subject: [PATCH] Better TODOs for sqlite3.

---
 recipes/wip/db/sqlite3/recipe.toml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/recipes/wip/db/sqlite3/recipe.toml b/recipes/wip/db/sqlite3/recipe.toml
index 60b3aeb3d..7fb41b0aa 100644
--- a/recipes/wip/db/sqlite3/recipe.toml
+++ b/recipes/wip/db/sqlite3/recipe.toml
@@ -1,5 +1,9 @@
-#TODO compiled but not tested
 #TODO incomplete port
+#TODO Complied, works for basic use cases. pthread mutexes compiled in, but not working.
+#TODO Calls triggering mutexes yield the following errors:
+#relibc getrlimit(7, 0x7ffffffffc38): not implemented
+#relibc getgroups(65536, 0x14920): not implemented
+#Runtime error near line 1: disk I/O error (10)
 [source]
 tar = "https://www.sqlite.org/2024/sqlite-autoconf-3450000.tar.gz"
 #blake3 = "44bc75a40d32afa71cffe149f766857c3cc41dea261b1e4645fde5f73f4c9268"
-- 
GitLab