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
Changed definitions of overridden functions to match the original (#49)
Summary:
In #46 I override 4 functions
of the MySqlGrammar and added a return type to the definition.
Occurred that this is a breaking change as all users that extended from our class and
override the same functions - also should add the return type.
0 commit comments