]> granicus.if.org Git - php/commitdiff
update the todo list
authorWez Furlong <wez@php.net>
Sat, 26 Nov 2005 21:29:31 +0000 (21:29 +0000)
committerWez Furlong <wez@php.net>
Sat, 26 Nov 2005 21:29:31 +0000 (21:29 +0000)
ext/pdo/TODO

index 5e16531ce4fcc064df6a35a77395aa293506ba28..4e467911642b0a89154cfa1561fb87bc92ba0442 100755 (executable)
@@ -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