Merge pull request #18309 from grandoc/new_branch_02_08_2021

New branch 02 08 2021
This commit is contained in:
Laurent Destailleur 2021-08-03 15:31:25 +02:00 committed by GitHub
commit 070fc26dcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,7 +122,7 @@ interface Database
* List tables into a database * List tables into a database
* *
* @param string $database Name of database * @param string $database Name of database
* @param string $table Nmae of table filter ('xxx%') * @param string $table Name of table filter ('xxx%')
* @return array List of tables in an array * @return array List of tables in an array
*/ */
public function DDLListTables($database, $table = ''); public function DDLListTables($database, $table = '');
@ -189,7 +189,7 @@ interface Database
/** /**
* Get last ID after an insert INSERT * Get last ID after an insert INSERT
* *
* @param string $tab Table name concerned by insert. Ne sert pas sous MySql mais requis pour compatibilite avec Postgresql * @param string $tab Table name concerned by insert. Not used under MySql but required for compatibility with Postgresql
* @param string $fieldid Field name * @param string $fieldid Field name
* @return int Id of row * @return int Id of row
*/ */