Recent content by SofaRide

  1. S

    UUID for PK

    eugenio Wrote: ------------------------------------------------------- > the PK value in DaDaBIK is just encoded via urlencode() b > efore passing it to the URL Where is the DBO code? Maybe I can just add a test for binary and covert too base64 on the DBO getter?
  2. S

    UUID for PK

    Thank you Eugenio! I think for our application, these will we acceptable trade-offs. One other concern I have, I notice the PK is used in the URL when editing specific records. best practice is generally to encode the UUID as a 16 byte binary. Will Databik handle the URL encoding/decoding for...
  3. S

    UUID for PK

    I've noticed that in all of the tutorial videos an auto-incrementing int is used for the primary key. Is this a requirement? I'd very much prefer to use UUIDs for the PK. Will this cause any issues?
Top