mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 16:44:17 +02:00
SimpleDB: Allow cloning
This commit is contained in:
@@ -109,7 +109,7 @@ if (!support("table") && !$fields) {
|
|||||||
if (!$where) {
|
if (!$where) {
|
||||||
$row[$key] = null;
|
$row[$key] = null;
|
||||||
}
|
}
|
||||||
$fields[$key] = array("field" => $key, "null" => ($key != "itemName()"));
|
$fields[$key] = array("field" => $key, "null" => ($key != "itemName()"), "auto_increment" => ($key == "itemName()"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user