Update src/Database/Database.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
pull/9079/head
Michael Vogel 2020-08-26 22:45:00 +02:00 zatwierdzone przez GitHub
rodzic bc98f86afe
commit e715458005
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -1007,7 +1007,8 @@ class Database
}
/**
* Replace a row of a table
* Inserts a row with the provided data in the provided table.
* If the data corresponds to an existing row through a UNIQUE or PRIMARY index constraints, it updates the row instead.
*
* @param string|array $table Table name or array [schema => table]
* @param array $param parameter array