Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
database system
Priority:
Critical
Category:
Feature request
Assigned:
Reporter:
Created:
10 Aug 2007 at 13:28 UTC
Updated:
25 Aug 2007 at 14:19 UTC
the $row supporting in db_result() is database dependent: even mysqli don't have a perfect implementation. on the other hand, i check all core query, and only use this feature once within core modules, and input $row as 0 (which means... meaningless).
on the other hand, Oracle and DB2 also don't have suitable implementation for this feature: this will require random cursor supporting, and more database don't support this. we should able to remove this feature with no question as we don't really need it :)
| Comment | File | Size | Author |
|---|---|---|---|
| drupal-6.x-dev-rmresultrow-0.1.diff | 3.54 KB | hswong3i |
Comments
Comment #1
dries commentedAlright, this is a small little change that should be helpful in making Drupal work better on other databases. Committed.
Comment #2
(not verified) commented