update the todo list

This commit is contained in:
Wez Furlong 2005-11-26 21:29:31 +00:00
parent 339b4dbd6f
commit ef08c58664

View file

@ -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