From e9a618290eb1bf0afff59c2fd30295b5ebc17ef3 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon <yahgrp@poplarware.com> Date: Mon, 6 Jan 2014 14:57:07 -0800 Subject: [PATCH] Issue #2165179 by StephaneQ: Fix links to extenders in main Database topic docs --- core/includes/database.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/includes/database.inc b/core/includes/database.inc index 26cdcc0749bf..5f085597ecca 100644 --- a/core/includes/database.inc +++ b/core/includes/database.inc @@ -31,8 +31,10 @@ * Most Drupal database SELECT queries are performed by a call to db_query() or * db_query_range(). Module authors should also consider using the * Drupal\Core\Database\Query\PagerSelectExtender for queries that return - * results that need to be presented on multiple pages, and the Tablesort - * Extender for generating appropriate queries for sortable tables. + * results that need to be presented on multiple pages + * (see https://drupal.org/node/508796), and the + * Drupal\Core\Database\Query\TableSortExtender for generating appropriate + * queries for sortable tables (see https://drupal.org/node/1848372). * * For example, one might wish to return a list of the most recent 10 rows * authored by a given user. Instead of directly issuing the SQL query -- GitLab