mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 08:06:59 +02:00
Set autocommit
This commit is contained in:
@@ -250,7 +250,7 @@ if (!defined("DRIVER")) {
|
||||
$connection = new Min_DB;
|
||||
$credentials = $adminer->credentials();
|
||||
if ($connection->connect($credentials[0], $credentials[1], $credentials[2])) {
|
||||
$connection->query("SET sql_quote_show_create = 1");
|
||||
$connection->query("SET sql_quote_show_create = 1, autocommit = 1");
|
||||
return $connection;
|
||||
}
|
||||
$return = $connection->error;
|
||||
|
@@ -5,6 +5,7 @@ Ctrl+click on button opens form to blank window
|
||||
SET DEFAULT foreign key action
|
||||
Trim table and column names (bug #3405309)
|
||||
Error message with no response from server in AJAX
|
||||
MySQL: set autocommit after connect
|
||||
PostgreSQL: fix alter foreign key
|
||||
PostgreSQL over PDO: connect if the eponymous database does not exist (bug #3391619)
|
||||
Boolean search (Editor)
|
||||
|
Reference in New Issue
Block a user