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
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.
The text was updated successfully, but these errors were encountered:
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 := ...
The problem seems to be with the AST creation. In the newer version the AST doesn't show the tables
a
andb
used for evaluation as 'var' type. Rolling back to the commit 395487a fixed the issue.The text was updated successfully, but these errors were encountered: