mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 17:44:07 +02:00
Don't export binary and geometry columns twice in select
This commit is contained in:
@@ -31,7 +31,7 @@ $where = $adminer->selectSearchProcess($fields, $indexes);
|
|||||||
$order = $adminer->selectOrderProcess($fields, $indexes);
|
$order = $adminer->selectOrderProcess($fields, $indexes);
|
||||||
$limit = $adminer->selectLimitProcess();
|
$limit = $adminer->selectLimitProcess();
|
||||||
$from = ($select ? implode(", ", $select) : "*" . ($oid ? ", $oid" : ""));
|
$from = ($select ? implode(", ", $select) : "*" . ($oid ? ", $oid" : ""));
|
||||||
if ($jush == "sql") {
|
if ($jush == "sql" && !$_POST["export"]) {
|
||||||
foreach ($columns as $key => $val) {
|
foreach ($columns as $key => $val) {
|
||||||
if ($select && !$select[$key]) {
|
if ($select && !$select[$key]) {
|
||||||
continue;
|
continue;
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
Adminer 3.6.5-dev:
|
Adminer 3.6.5-dev:
|
||||||
Print run time next to executed queries
|
Print run time next to executed queries
|
||||||
Fix handling of POINT data type (bug #3582578)
|
Fix handling of POINT data type (bug #3582578)
|
||||||
|
Don't export binary and geometry columns twice in select
|
||||||
|
|
||||||
Adminer 3.6.4 (released 2013-04-26):
|
Adminer 3.6.4 (released 2013-04-26):
|
||||||
Display pagination on a fixed position
|
Display pagination on a fixed position
|
||||||
|
Reference in New Issue
Block a user