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

Bug with select from #211

Open
viacheslavpleshkov opened this issue Dec 23, 2020 · 2 comments
Open

Bug with select from #211

viacheslavpleshkov opened this issue Dec 23, 2020 · 2 comments

Comments

@viacheslavpleshkov
Copy link

Which version are you using?
The npm package and version of every component involved in the bug report.
"@nano-sql/adapter-leveldb": "^2.0.5",
"@nano-sql/core": "^2.3.7",

Temporary Tables(https://nanosql.io/query/select.html#simple-select)
nSQL().query("select").from({}) don’t work((((

@viacheslavpleshkov
Copy link
Author

I reviewed a lot of things and still doesn't work((((

@viacheslavpleshkov
Copy link
Author

@only-cliches I thinks the example is not correct
nSQL().query("select").from({ table: () => nSQL("users").query("select").where(["age", ">", 23]).exec().then(r => {rows: r, cache: true}); }).where(["name", "=", "jeb"].exec()

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