Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 May 2011 at 07:27 UTC
Updated:
29 Jul 2014 at 19:33 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mr.baileysGood catch, and the patch is RTBC.
One additional change I'd consider making is changing the query in the example to
SELECT uid, foo FROM {my_table} WHERE uid IN (:uids)so it's clearer wherefoocomes from.Comment #2
mr.baileysComment #3
tr commentedRe: #1
I thought the same thing, so let's just do it. Here's a revised patch.
Comment #4
mr.baileysThanks!
Comment #5
dries commentedCommitted to 7.x and 8.x. Thanks.