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

Breaking changes from 0.3.3->0.3.4 #22

Open
cgvedant opened this issue Mar 28, 2019 · 0 comments
Open

Breaking changes from 0.3.3->0.3.4 #22

cgvedant opened this issue Mar 28, 2019 · 0 comments

Comments

@cgvedant
Copy link

cgvedant commented Mar 28, 2019

This package works as expected when you install it through npm(v0.3.3) but when I cloned the repo and tried to run demo.js I get the following error when it tries to evaluate $c := ...

Error: no registered db info found...
    at load (/Users/root/nquery/demo/loader.js:44:8)

The problem seems to be with the AST creation. In the newer version the AST doesn't show the tables a and b used for evaluation as 'var' type. Rolling back to the commit 395487a fixed the issue.

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

No branches or pull requests

1 participant