diff options
author | Wez Furlong <wez@php.net> | 2005-11-26 21:29:31 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2005-11-26 21:29:31 +0000 |
commit | ef08c58664b87d5f07b2850532eb18c07d35404c (patch) | |
tree | 724fc07a92c6bdb18b4d0e24ef2afbadd80e56f1 | |
parent | 339b4dbd6fbf88cb937d5fce57aec8fa298baf06 (diff) | |
download | php-git-ef08c58664b87d5f07b2850532eb18c07d35404c.tar.gz |
update the todo list
-rwxr-xr-x | ext/pdo/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/pdo/TODO b/ext/pdo/TODO index 5e16531ce4..4e46791164 100755 --- a/ext/pdo/TODO +++ b/ext/pdo/TODO @@ -5,6 +5,10 @@ Roadmap for PDO Core, version 1.1: ================== + - Add PDO::queryParams(), similar to PDO::query(), but accepts + an array of parameters as the second argument, pushing the remaining + args (which are args to setFetchMode()) up by one. + - Separate the handle factory call into two phases: - handle creation - connecting |