Replies: 1 comment
-
|
Hello! I'm turning this into a discussion as it's the first time this comes up and I'd like to hear from more folks before making this change to the public API :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Given that squirrel already creates functions for decoding and encoding enums.
I would like to use them somewhere else. e.g. If I want to use those enums in a url query string.
Current output from squirrel:
The functions are private and specific to sql.
It would like to have:
i.e. expose some functions to decoding and encoding enums. e.g.
booking_status_from_codeandbooking_status_to_code. This functions are used for the current encoding and decoding private functions.Thanks
Beta Was this translation helpful? Give feedback.
All reactions