Hello! I've been using Exposed for a while now and...
# exposed
l
Hello! I've been using Exposed for a while now and was curious whether or not there is planned official support in DAO for a
UuidTable
,
UuidEntity
, etc. that support the experimental
kotlin.uuid.Uuid
. I needed it for a project today and went ahead with my own implementation if anyone wants to use it, but I'm still curious as to what JetBrains & contributors think about something like this in DAO
c
Hi @Liz Ainslie Given the experimental status and ongoing changes with
Uuid
, as well as how easily implemented it is by users, its support as a new column type is not set for the very immediate future. That could of course change sooner than later, based on internal updates, so please consider tracking (and/or upvoting) the dedicated issues for more details related to it (EXPOSED-507) and the plan for the current
UUIDTable
(EXPOSED-529).