Posted by hswong3i on August 10, 2007 at 1:28pm
Jump to:
| Project: | Drupal core |
| Version: | 6.x-dev |
| Component: | database system |
| Category: | feature request |
| Priority: | critical |
| Assigned: | hswong3i |
| Status: | closed (fixed) |
Issue Summary
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 | Status | Test result | Operations |
|---|---|---|---|---|
| drupal-6.x-dev-rmresultrow-0.1.diff | 3.54 KB | Ignored: Check issue status. | None | None |
Comments
#1
Alright, this is a small little change that should be helpful in making Drupal work better on other databases. Committed.
#2