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
Currently QueryBuilder contains an enum defining the set of all substitutions that it supports.
The issue with the enum is that any changes to it are potentially breaking to external code which makes it awkward when there are fixes requiring updates to the enum.
This issue is raised to replace the enum with an alternative implementation which is less restrictive.
The text was updated successfully, but these errors were encountered:
Currently
QueryBuilder
contains an enum defining the set of all substitutions that it supports.The issue with the enum is that any changes to it are potentially breaking to external code which makes it awkward when there are fixes requiring updates to the enum.
This issue is raised to replace the enum with an alternative implementation which is less restrictive.
The text was updated successfully, but these errors were encountered: