summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/sqlite/TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/sqlite/TODO b/ext/sqlite/TODO
index 4aa4d7535a..168c3f5667 100644
--- a/ext/sqlite/TODO
+++ b/ext/sqlite/TODO
@@ -4,6 +4,8 @@
- Add user-space callback for the authorizer function (this is potentially
very slow, so it needs to be implemented carefully).
+- Add user-space callback to handle busy databases.
+
- Add an unbuffered query mode to stream data through PHP, rather than
fetching it all at the start.