return h(preg_replace('~^You have an error.*syntax to use~U', "Syntax error", $connection->error));
}
- /** Get line of error
- * @return int 0 for first line
- */
- function error_line() {
- global $connection;
- if (preg_match('~ at line ([0-9]+)$~', $connection->error, $regs)) {
- return $regs[1] - 1;
- }
- }
-
/** Create database
* @param string
* @param string
}
$commands = 0;
$errors = array();
- $line = 0;
$parse = '[\'"' . ($jush == "sql" ? '`#' : ($jush == "sqlite" ? '`[' : ($jush == "mssql" ? '[' : ''))) . ']|/\\*|-- |$' . ($jush == "pgsql" ? '|\\$[^$]*\\$' : '');
$total_start = microtime(true);
parse_str($_COOKIE["adminer_export"], $adminer_export);
$start = microtime(true);
} while ($connection->next_result());
- $line += substr_count($q.$found, "\n");
$query = substr($query, $offset);
$offset = 0;
}