]> granicus.if.org Git - php/commitdiff
Add another todo
authorWez Furlong <wez@php.net>
Thu, 17 Apr 2003 19:01:26 +0000 (19:01 +0000)
committerWez Furlong <wez@php.net>
Thu, 17 Apr 2003 19:01:26 +0000 (19:01 +0000)
ext/sqlite/TODO

index 4aa4d7535af2cb3bc096bdee495a05874a29dd41..168c3f5667e0b34b4c25d8c33f3623abef6e14fd 100644 (file)
@@ -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.