On Mon, Mar 30, 2009 at 9:30 PM, DenesL <[email protected]> wrote: > > On Mar 30, 9:11 pm, Jose <[email protected]> wrote: > > > It is an alternative about which had thought. I did a few simple tests > > and it works well. > > > > Thank you very much. > > > > Regards Jose > > Jose, do your test tables have integer indexes?.
Massimo & Denes are right - the PRIMARY KEY constraint will ensure uniqueness on each insert, and "most" implementations will make the primary key an auto-increment field (in which case you are ok).. But you should check this. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

