Alex Bice
Alex Bice
Do you mind expanding on the use case for an empty string enum value? And if you need to implement a different sql/valuer interface methods, you can create a custom...
Dang, you are absolutely correct. And now since it's out there, I can't just fix that as some people might be using it as shown in the example file. So...
Actually, I just ran it locally and was able to get what you wanted without code changes. Is this not what you expected when combining the two options? Perhaps send...
@dmipeck I'm going to merge in a fix for this, but won't mark this as closed until you say that it works for you. Please check the PR #134 to...
> @abice It's working for me now thanks! Well, I didn't actually change anything, but glad it's working! I'll go ahead and close this ticket.
Thanks for submitting a PR! 1) please make this an opt in option rather than opt out. Changing default behavior is not something I want to do to current users....
With the addition of string enums, you should be able to do this by adding an entry `empty = ""`, or whatever you want to call it. Let me know...
I mean ```golang //ENUM(empty="", value1) type TestEnum string ``` The use case in question is about parsing empty strings as part of SQL, which would assume that there is no...
Thanks again for the interest in the project... I'm going to close this ticket now, but if you have troubles with it still... please either reopen or open a new...
Merged in an opt-in version of this functionality. Closing this PR