Skip to content
New issue

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

Replace enum for QueryBuilder substitutions #175

Open
kilnerm opened this issue Jan 9, 2019 · 0 comments
Open

Replace enum for QueryBuilder substitutions #175

kilnerm opened this issue Jan 9, 2019 · 0 comments
Assignees

Comments

@kilnerm
Copy link
Contributor

kilnerm commented Jan 9, 2019

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.

@kilnerm kilnerm self-assigned this Jan 30, 2019
@kilnerm kilnerm added this to the 2019.06 milestone Mar 13, 2019
@kilnerm kilnerm modified the milestones: 2019.06, 2019.08 Apr 10, 2019
@kilnerm kilnerm modified the milestones: 2019.08, 2019.09 Apr 24, 2019
@kilnerm kilnerm modified the milestones: 2019.09, 2019.10 May 8, 2019
@kilnerm kilnerm modified the milestones: 2019.10, 2019.11 May 21, 2019
@kilnerm kilnerm removed this from the 2019.11 milestone Jun 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant