From 36243e9181e3685cafbd3212f3b6ae315d0c8e4a Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 15 Mar 2019 11:41:03 -0700 Subject: [PATCH] rdbms: document that IDatabase::selectFieldValues() keeps the order Change-Id: I068a938121949509fd3bf95047dffbaec41c5854 --- includes/libs/rdbms/database/IDatabase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/libs/rdbms/database/IDatabase.php b/includes/libs/rdbms/database/IDatabase.php index 3401541a17..6f58cc66a3 100644 --- a/includes/libs/rdbms/database/IDatabase.php +++ b/includes/libs/rdbms/database/IDatabase.php @@ -583,7 +583,7 @@ interface IDatabase { * @param string|array $options The query options. See IDatabase::select() for details. * @param string|array $join_conds The query join conditions. See IDatabase::select() for details. * - * @return array The values from the field + * @return array The values from the field in the order they were returned from the DB * @throws DBError * @since 1.25 */ -- 2.20.1