Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
database system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jul 2007 at 15:04 UTC
Updated:
6 Aug 2007 at 08:52 UTC
Jump to comment: Most recent file
Comments
Comment #1
chx commentedComment #2
pwolanin commentedthis patch updates the doxygen comments so that it's clear that the return value for no data is expected to be FALSE. This may be important guidance if others are developing other db abstractions (e.g. sqlite, oracle, etc).
Also, I find
return $returnhard to parse, so this renames these variables too.Comment #3
pwolanin commentedoops - ignore the previous file...
Comment #4
webernet commentedPatch looks good, tested OK, and it fixes some minor bugs that have shown up in the menu system.
Comment #5
pwolanin commentedthis really needs to get in soon, since it's holding up testing of other patches with PHP 5.2
Comment #6
dries commentedAt one point (not now), we might want to consider nuking db_fetch_array(). For core:
$ grep -r db_fetch_array * | wc -l 60 $ grep -r db_fetch_object * | wc -l 272pwolanin: what other patches are you referring too?
Comment #7
dries commentedNo reason not to commit this patch. Committed.
Comment #8
(not verified) commented