In "How to write database independent code" http://drupal.org/node/1395 it should be noted that a programmer has to be aware of that
db_next_idis not thread safe,- deprecated as of D6, use
db_last_insert_id.
In "How to write database independent code" http://drupal.org/node/1395 it should be noted that a programmer has to be aware of that
db_next_id is not thread safe,db_last_insert_id.
Comments
Comment #1
richard_kapolnai commentedOops, I am sorry, I learned that
db_next_idwas thread safe so only point 2 is active.Comment #2
cameron tod commentedFixed issue 2 as requested.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.