Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
database system
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Jan 2010 at 00:22 UTC
Updated:
3 Jan 2014 at 01:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Garrett Albright commented+tag
Comment #2
Crell commentedThe @return statement for the docblock of DatabaseConnection::query() changes "insert id" to "insert IT". I suspect that is an error. :-)
The docblock for NoActiveTransactionException is wrong, because it's now multi-line for the first line. Class docblocks follow the same rules as function docblocks in that regard.
Same problem for db_query_range() and db_query_temporary(). The first line should not be multiline, even if that means it runs past 80 chars (IMO). And for DatabaseStatement::fetchAllAssoc(). I think that happens a few other times in here, too.
Thanks, Garrett!
Comment #3
Garrett Albright commentedOkay, un-multilined the first lines. I remembered hearing about that when I first started changing things, but wasn't sure if I was remembering things correctly.
Comment #4
Garrett Albright commentedComment #5
boombatower commentedMuch appreciated, looks good.
Comment #6
dries commentedCommitted to CVS HEAD. Thanks.