On Jan 11, 11:28 am, Fran <[email protected]> wrote:
> Strangely enough I also see the identical UUIDs for the 2 default
> records I create during my app intialisation with consecutive:
> db['%s' % table].insert(...)
> (I'm aware the time must be almost identical & this is one of the
> inputs for uuid, but we shouldn't be able to create identical
> records...)

I fixed this part by changing to:
SQLField('uuid',length=64)
& doing the uuid.uuid4() within each record insertion instead of as
the default.

F
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to