mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 08:34:20 +02:00
@@ -105,7 +105,7 @@ if (!$error && $_POST) {
|
||||
echo "<p class='error'>" . lang('Error in query') . ": " . error() . "\n";
|
||||
$errors[] = " <a href='#sql-$commands'>$commands</a>";
|
||||
if ($_POST["error_stops"]) {
|
||||
break;
|
||||
break 2;
|
||||
}
|
||||
} elseif (is_object($result)) {
|
||||
select($result, $connection2);
|
||||
|
@@ -2,6 +2,7 @@ Adminer 3.3.2-dev:
|
||||
Display error with non-existent row in edit
|
||||
Fix minor parser bug in SQL command with webserver file
|
||||
Don't scroll with AJAX select order and alter move column
|
||||
Fix SQL command Stop on error
|
||||
Fast number of rows with big tables (PostgreSQL)
|
||||
Sort databases and schemas (PostgreSQL)
|
||||
|
||||
|
Reference in New Issue
Block a user