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
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",
@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()
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((((
The text was updated successfully, but these errors were encountered: