Questions tagged as 'uuid'

1
answer

Use of uppercase or lowercase letters in UUID

I know that the Standard defines for the UUID that it should be indicated with the presence of lowercase numbers and letters. RFC-4122 says that:    Each field is treated as an integer and has its value printed as a zero-filled hexadecima...
asked by 29.09.2014 / 16:30
2
answers

How to generate UUID's / GUIDs with Javascript?

I need to create UUID's / GUIDs with Javascript, but I did not find any function in the documentation. Do you know / recommend any existing library that generates valid and satisfactorily random UUIDs?     
asked by 13.04.2017 / 14:43
1
answer

How to insert UUID automatically in a MySQL colum?

Is there any way to insert a UUID automatically into a table field, just as it does with a field of type AUTO_INCREMENT ? In a framework for PHP, CakePHP, when we set the primary key to VARCHAR(40) , it inserts a UUID...
asked by 25.02.2015 / 19:56
1
answer

Laravel - "insecure" route

I'm doing a function to evaluate a transaction between a customer (company) and his client (final consumer). There an email / sms is sent to the end consumer with a link to him assessing the transaction quickly by the same phone. I thought of ma...
asked by 31.07.2016 / 19:22
1
answer

Django - Problems saving objects with ID of type UUID in admin

I work on a Python with Django Framework project and recently decided to change the generation of the integer to UUID IDs for merge (we have data that comes from different bases and needs to be aggregated on a central basis). All of our ent...
asked by 11.10.2017 / 16:16
2
answers

How to generate UUID's / GUIDs with Javascript?

I need to create UUID's / GUIDs with Javascript, but I did not find any function in the documentation. Do you know / recommend any existing library that generates valid and satisfactorily random UUIDs?     
asked by 13.04.2017 / 14:43