avram icon indicating copy to clipboard operation
avram copied to clipboard

support enums in cockroachdb

Open jkthorne opened this issue 3 years ago • 2 comments

jkthorne avatar Mar 08 '22 02:03 jkthorne

I would like to see an enum added or an enum modified (only if there's more than one so that Int32 and Int64 are covered) in specs. Just the process of adding it should reveal any edge cases we might have missed

matthewmcgarvey avatar Mar 08 '22 03:03 matthewmcgarvey

Ok, so that theory worked... We can set the enum to Int64, and it seems to work.... Now the question is, do we have enough spec coverage to say with certainty that this won't break stuff? :joy:

jwoertink avatar May 01 '22 21:05 jwoertink

This is actually done in https://github.com/luckyframework/avram/issues/825 So next release will support enums with Int64. I'll close this out now. Thanks @wontruefree!

jwoertink avatar Sep 23 '22 20:09 jwoertink