mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 08:34:20 +02:00
MySQL: Always set foreign_key_checks in export
This commit is contained in:
@@ -18,8 +18,8 @@ if ($_POST && !$error) {
|
|||||||
if ($jush == "sql") {
|
if ($jush == "sql") {
|
||||||
echo "SET NAMES utf8;
|
echo "SET NAMES utf8;
|
||||||
SET time_zone = '+00:00';
|
SET time_zone = '+00:00';
|
||||||
" . ($_POST["data_style"] ? "SET foreign_key_checks = 0;
|
SET foreign_key_checks = 0;
|
||||||
SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO';
|
" . ($_POST["data_style"] ? "SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO';
|
||||||
" : "") . "
|
" : "") . "
|
||||||
";
|
";
|
||||||
$connection->query("SET time_zone = '+00:00';");
|
$connection->query("SET time_zone = '+00:00';");
|
||||||
|
@@ -1,2 +1,2 @@
|
|||||||
<?php
|
<?php
|
||||||
$VERSION = "4.7.5";
|
$VERSION = "4.7.6-dev";
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
|
Adminer 4.7.6-dev:
|
||||||
|
MySQL: Always set foreign_key_checks in export
|
||||||
|
|
||||||
Adminer 4.7.5 (released 2019-11-13):
|
Adminer 4.7.5 (released 2019-11-13):
|
||||||
Add id="" to cells with failed inline edit (bug #708)
|
Add id="" to cells with failed inline edit (bug #708)
|
||||||
PostgreSQL: Fix getting default value in PostgreSQL 12 (bug #719)
|
PostgreSQL: Fix getting default value in PostgreSQL 12 (bug #719)
|
||||||
|
Reference in New Issue
Block a user