We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/pyramation/pgtree/blob/master/nodes/intervals.go#L39-L68
The text was updated successfully, but these errors were encountered:
func (i IntervalModType) String() string { switch i { case Month: return "month" case Year: return "year" case Day: return "day" case Hour: return "hour" case Minute: return "minute" case Second: return "second" case Year | Month: return "year to month" case Hour | Day: return "day to hour" case Day | Hour | Minute: return "day to minute" case Day | Hour | Minute | Second: return "day to second" case Hour | Minute: return "hour to minute" case Hour | Minute | Second: return "hour to second" case Minute | Second: return "minute to second" } return "" }
Sorry, something went wrong.
No branches or pull requests
https://github.com/pyramation/pgtree/blob/master/nodes/intervals.go#L39-L68
The text was updated successfully, but these errors were encountered: