2
0
forked from Wavyzz/dolibarr

New: Start to work on sqlite driver

This commit is contained in:
Laurent Destailleur
2011-12-19 23:32:24 +01:00
parent a8057bc475
commit 5e1fa4fef5
6 changed files with 1225 additions and 36 deletions

View File

@@ -850,8 +850,9 @@ class DoliDBPgsql
/**
* Get last ID after an insert INSERT
*
* @param tab Table name concerned by insert. Ne sert pas sous MySql mais requis pour compatibilite avec Postgresql
* @return int id
* @param string $tab Table name concerned by insert. Ne sert pas sous MySql mais requis pour compatibilite avec Postgresql
* @param string $fieldid Field name
* @return int Id of row
*/
function last_insert_id($tab,$fieldid='rowid')
{