diff options
-rw-r--r-- | ext/sqlite/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/sqlite/TODO b/ext/sqlite/TODO index 168c3f5667..3a0e3a583d 100644 --- a/ext/sqlite/TODO +++ b/ext/sqlite/TODO @@ -9,4 +9,6 @@ - Add an unbuffered query mode to stream data through PHP, rather than fetching it all at the start. +- Implement persistent "connections". + vim:tw=78 |