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);
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)