diff options
author | Wez Furlong <wez@php.net> | 2003-04-17 18:56:34 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-04-17 18:56:34 +0000 |
commit | 6a7502076d1caf910b86b1b7d8bac4665508dd4c (patch) | |
tree | deb204eeea31f6047ef02ec9de6e281219af4db1 | |
parent | 3cf1e2c7ed5584827aab44685cb385e1b63f0d65 (diff) | |
download | php-git-6a7502076d1caf910b86b1b7d8bac4665508dd4c.tar.gz |
Update TODO.
-rw-r--r-- | ext/sqlite/TODO | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/sqlite/TODO b/ext/sqlite/TODO index 194a75bce8..4aa4d7535a 100644 --- a/ext/sqlite/TODO +++ b/ext/sqlite/TODO @@ -1,6 +1,10 @@ - Implement an aggregating php function handler for use in SQL statements and triggers etc. -- Make a release +- Add user-space callback for the authorizer function (this is potentially + very slow, so it needs to be implemented carefully). + +- Add an unbuffered query mode to stream data through PHP, rather than + fetching it all at the start. vim:tw=78 |