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 :)

CommentFileSizeAuthor
drupal-6.x-dev-rmresultrow-0.1.diff3.54 KBhswong3i

Comments

dries’s picture

Status: Needs review » Fixed

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

Anonymous’s picture

Status: Fixed » Closed (fixed)