mirror of
https://github.com/vrana/adminer.git
synced 2025-08-15 11:04:02 +02:00
TSV export and import (bug #3097657)
This commit is contained in:
@@ -439,7 +439,7 @@ ORDER BY ORDINAL_POSITION", null, "") as $row) { //! requires MySQL 5
|
||||
}
|
||||
|
||||
function dumpFormat() {
|
||||
return array('csv' => 'CSV,', 'csv;' => 'CSV;');
|
||||
return array('csv' => 'CSV,', 'csv;' => 'CSV;', 'tsv' => 'TSV');
|
||||
}
|
||||
|
||||
function dumpTable() {
|
||||
|
Reference in New Issue
Block a user