diff options
-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 |