1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 15:47:00 +02:00

Rename function with the same name as Driver::select

This commit is contained in:
Jakub Vrana
2025-03-28 12:08:24 +01:00
parent e3a4a214e6
commit a691bcbf15
4 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ namespace Adminer;
* @param int|numeric-string $limit
* @return string[] $orgtables
*/
function select($result, Db $connection2 = null, array $orgtables = array(), $limit = 0): array {
function print_select_result($result, Db $connection2 = null, array $orgtables = array(), $limit = 0): array {
$links = array(); // colno => orgtable - create links from these columns
$indexes = array(); // orgtable => array(column => colno) - primary keys
$columns = array(); // orgtable => array(column => ) - not selected columns in primary key