You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been experiencing this issue as well, using sea-orm-cli v0.11.2 and postgres 15.2.. Tried installing past versions, but either they didn't compile (versions < 0.9) or they just showed the same error.
Sorry, my bad.. after looking into the issue further it turns out it was entirely my fault. (I wasn't running the tool in the correct directory.. 😬) I also found out that the panic was caused by an interval, not an enum as I first thought.
Description
Steps to Reproduce
create type status as enum('ok', 'error');
Expected Behavior
no panic
Actual Behavior
thread 'main' panicked at 'not implemented'
Reproduces How Often
always
Versions
sea-orm-cli 0.6.0
postgres version 13.6
Additional Information
The text was updated successfully, but these errors were encountered: