mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
Microseconds are not stored in MySQL
This commit is contained in:
@@ -111,7 +111,7 @@ function dump_data($table, $style, $select = "") {
|
||||
echo truncate_sql($table) . ";\n";
|
||||
}
|
||||
$fields = fields($table);
|
||||
$result = $connection->query(($select ? $select : "SELECT * FROM " . table($table)), 1); // 1 - MYSQLI_USE_RESULT //! enum and set as numbers, microtime
|
||||
$result = $connection->query(($select ? $select : "SELECT * FROM " . table($table)), 1); // 1 - MYSQLI_USE_RESULT //! enum and set as numbers
|
||||
if ($result) {
|
||||
$insert = "";
|
||||
$buffer = "";
|
||||
|
Reference in New Issue
Block a user