summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-04-17 19:01:26 +0000
committerWez Furlong <wez@php.net>2003-04-17 19:01:26 +0000
commitaeeb56cb2dbaf6bec0566cf50796daac3e02ae8b (patch)
tree1f09c775ca76b1db948bb2c294371acdc2a3bc15
parent6a7502076d1caf910b86b1b7d8bac4665508dd4c (diff)
downloadphp-git-aeeb56cb2dbaf6bec0566cf50796daac3e02ae8b.tar.gz
Add another todo
-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.