[Phplib-users] Add db feature ?
Brought to you by:
nhruby,
richardarcher
From: Guillaume D. <gde...@pr...> - 2001-08-26 12:45:14
|
Hi, I know the function nextid($seq_name) in db class exists... but many databases implement their own sequence mechanism (like auto_increment in mysql, or sequence in Oracle, etc...) So, don't you think that we should add the function insert_id() in db class to retrieve easily the id generated by a query INSERT into table where the table key id is auto_increment ? Guillaume |