Posted by catch on December 29, 2008 at 12:28pm
3 followers
Jump to:
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | database system |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Moving this over from #314464: Convert db_placeholders() to DBTNG
This patch takes all occurrences of db_placeholders() in static queries and makes them use just normal dbtng placeholders which now support arrays.
It doesn't touch dynamic queries built with concatenated strings, nor queries which are wrapped in db_rewrite_sql() - these will need to be converted to db_select() anyway.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| placeholders.patch | 7.34 KB | Idle | Unable to apply patch placeholders_1.patch | View details |
Comments
#1
Committed to CVS HEAD. Thanks.
#2
Automatically closed -- issue fixed for two weeks with no activity.