diff options
author | Wez Furlong <wez@php.net> | 2003-04-18 12:23:14 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-04-18 12:23:14 +0000 |
commit | d28e06d3b216ea079e9cec53df0746b95f96c0b9 (patch) | |
tree | 712b38806c98d2aad5c5d781f9bedd6818f939bc | |
parent | 8ed14ff16f81dde37804e399aae523c3b1e8f4bd (diff) | |
download | php-git-d28e06d3b216ea079e9cec53df0746b95f96c0b9.tar.gz |
Update todo
-rw-r--r-- | ext/sqlite/TODO | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/sqlite/TODO b/ext/sqlite/TODO index 3a0e3a583d..fb6db2f550 100644 --- a/ext/sqlite/TODO +++ b/ext/sqlite/TODO @@ -6,9 +6,8 @@ - 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. - - Implement persistent "connections". +- Test-suite + vim:tw=78 |