Lee Daniel Crocker wrote:
All database access in the system should go through the functions in DatabaseFunctions.php. The only one that might be tricky to implement is wfInsertID(), which currently depends on a MySQL extension for auto-increment fields. But most databases have some similar feature.
Ok, I will try to understand what is the extention they made, first look at the function in the mysql docs did not give me a hint. Possibly I miss at midnight the reason why I need to know this number and what extention is handled with it. But currval(seq-name) must be similar.
Smurf