1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 07:36:44 +02:00

MS SQL: Support export

This commit is contained in:
Jakub Vrana
2025-02-26 13:37:58 +01:00
parent 0f8460b5e8
commit dfd26d0704
4 changed files with 51 additions and 4 deletions

View File

@@ -126,7 +126,7 @@ SET foreign_key_checks = 0;
}
if ($is_sql) {
echo "-- " . $connection->result("SELECT NOW()") . "\n";
echo "-- " . gmdate("Y-m-d H:i:s e") . "\n";
}
exit;
}