From: Jakub Vrana Date: Thu, 7 Oct 2010 13:24:36 +0000 (+0200) Subject: Microseconds are not stored in MySQL X-Git-Tag: v3.0.0~17 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=23ce3c61885c45634f1cb57661fadf47ff85ce1d;p=adminer.git Microseconds are not stored in MySQL --- diff --git a/adminer/include/export.inc.php b/adminer/include/export.inc.php index 052ab975..93d827be 100644 --- a/adminer/include/export.inc.php +++ b/adminer/include/export.inc.php @@ -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 = "";