mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +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";
|
echo truncate_sql($table) . ";\n";
|
||||||
}
|
}
|
||||||
$fields = fields($table);
|
$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) {
|
if ($result) {
|
||||||
$insert = "";
|
$insert = "";
|
||||||
$buffer = "";
|
$buffer = "";
|
||||||
|
Reference in New Issue
Block a user