mirror of
https://github.com/vrana/adminer.git
synced 2025-08-29 01:00:07 +02:00
PostgreSQL import support
This commit is contained in:
@@ -767,9 +767,10 @@ if (!defined("DRIVER")) {
|
||||
/** Insert or update data in the table
|
||||
* @param string
|
||||
* @param array
|
||||
* @param array
|
||||
* @return bool
|
||||
*/
|
||||
function insert_update($table, $set) {
|
||||
function insert_update($table, $set, $indexes) {
|
||||
foreach ($set as $key => $val) {
|
||||
$set[$key] = "$key = $val";
|
||||
}
|
||||
|
Reference in New Issue
Block a user