From aeeb56cb2dbaf6bec0566cf50796daac3e02ae8b Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Thu, 17 Apr 2003 19:01:26 +0000 Subject: [PATCH] Add another todo --- ext/sqlite/TODO | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.50.1