mirror of
https://github.com/vrana/adminer.git
synced 2025-08-22 06:02:57 +02:00
Save bytes
This commit is contained in:
@@ -585,7 +585,7 @@ if (!defined("DRIVER")) {
|
|||||||
*/
|
*/
|
||||||
function foreign_keys($table) {
|
function foreign_keys($table) {
|
||||||
global $connection, $on_actions;
|
global $connection, $on_actions;
|
||||||
static $pattern = '(?:`(?:[^`]|``)+`|(?:"(?:[^"]|"")+"))';
|
static $pattern = '(?:`(?:[^`]|``)+`|"(?:[^"]|"")+")';
|
||||||
$return = array();
|
$return = array();
|
||||||
$create_table = $connection->result("SHOW CREATE TABLE " . table($table), 1);
|
$create_table = $connection->result("SHOW CREATE TABLE " . table($table), 1);
|
||||||
if ($create_table) {
|
if ($create_table) {
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
Adminer 4.7.3-dev:
|
Adminer 4.7.3-dev:
|
||||||
MySQL: Speed up displaying tables in large databases (bug #700)
|
MySQL: Speed up displaying tables in large databases (bug #700, regression from 4.7.2)
|
||||||
MySQL: Allow editing rows identified by negative floats (bug #695)
|
MySQL: Allow editing rows identified by negative floats (bug #695)
|
||||||
MySQL: Skip editing generated columns
|
MySQL: Skip editing generated columns
|
||||||
SQLite: Quote strings stored in integer columns in export (bug #696)
|
SQLite: Quote strings stored in integer columns in export (bug #696)
|
||||||
|
Reference in New Issue
Block a user