remove $row support from db_result()
hswong3i - August 10, 2007 - 13:28
| Project: | Drupal |
| Version: | 6.x-dev |
| Component: | database system |
| Category: | feature request |
| Priority: | critical |
| Assigned: | hswong3i |
| Status: | closed |
Jump to:
Description
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 :)
| Attachment | Size |
|---|---|
| drupal-6.x-dev-rmresultrow-0.1.diff | 3.54 KB |

#1
Alright, this is a small little change that should be helpful in making Drupal work better on other databases. Committed.
#2