Livebook don't render postgres uuid primary keys correctly

Well, the title says it all, if I do a select containing my primary key which is a uuid, I will get the following render error in livebook:

My livebook version is 0.11.2

select id::text will force the UUIDs to be readable strings instead of low-level binaries. We will see what we can do to improve the error message here.

4 Likes