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

Ignore missing tables that are named (in legacy impl) #227

Merged
merged 3 commits into from
Nov 25, 2018
Merged

Ignore missing tables that are named (in legacy impl) #227

merged 3 commits into from
Nov 25, 2018

Conversation

tomhaigh
Copy link
Contributor

@tomhaigh tomhaigh commented Nov 19, 2018

I initially started by using the approach in the newer service implementations where a named-table is converted to a pattern of ^named-table$ very early on. However this made a lot of tests fail and I'm worried it impact other things such as prioritisation - e.g. if you had a named table and a pattern that both pointed to the same table. This approach solves the problem and no existing tests broke.

fix for #226

@stephenthrelfall stephenthrelfall merged commit 1988722 into justeattakeaway:master Nov 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants