Re: Sqlite3 UUID foreign key stored values

2018-10-18 Thread Wayne Merry
So just to be clear, when using sqlite with foreign keys to a table with a UUID primary key, x_id fk is a string with a UUID hex value (no dashes), x.id is a type UUID value -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Djang

Sqlite3 UUID foreign key stored values

2018-10-18 Thread Wayne Merry
Refer to issue https://code.djangoproject.com/ticket/27595 This problem is broader than admin. It arises because if the scenario described in the ticket is used (UUID foreign keys on Sqlite3), then what is stored in myforeignkey_id is a string containing a uuid value without any dashes, i.e. a