volatiletech / strmangle

Support library for sqlboiler
BSD 3-Clause "New" or "Revised" License
8 stars 14 forks source link

Support enums with dots and colons #7

Closed crlssn closed 2 years ago

crlssn commented 2 years ago

This PR adds support for enums with dots and colons. The go.mod changes are due to me running go mod tidy.

stephenafamo commented 2 years ago

I've changed the picky regex for checking if it is an enum and used regex to strip alphanumeric characters.

The changes are now on master and tagged to v0.0.3.