Join Slack
Powered by
I’ve spent a little time working on version parsin...
# core
s
seph
07/01/2020, 6:34 PM
I’ve spent a little time working on version parsing. I think it would be really neat to be able to do something like
select version("1.2.3") > version("2.1.1")
. But I think doing that would require some kind of custom data type and defining how comparison operators work. Anyone know if this is even possible?
Open in Slack
Previous
Next