Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
database system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2009 at 08:22 UTC
Updated:
17 Jul 2009 at 11:00 UTC
#508756: RIP db_placeholders() started it, so lets remove more stuff we don't need anymore :)
There is only a single call to db_affected_rows(), and that query was already converted to db_update(), so we can just remove that...
The nice thing about that is, that we can remove $lastStatement...
| Comment | File | Size | Author |
|---|---|---|---|
| remove_db_affected_rows.patch | 2.84 KB | berdir |
Comments
Comment #1
catchNice. I felt a bit bad about posting the final nail for db_placeholders() when Berdir had put so many of the previous ones in.
Comment #2
dries commentedCommitted to CVS HEAD. Thanks!