Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9
v1.2.1
· 21 commits to main since this release
9ecdb6d This commit was created on GitHub.com and signed with GitHub’sverified signature.
What's Changed
- Use non sudo update_libchdb.sh by@auxten in#16
- Use libchdb API v2 to throw exception while SQL error by@auxten in#14
const{ query}=require("chdb");// If an error occurs, it will be throwntry{query("SELECT * FROM non_existent_table;","CSV");}catch(e){console.log("Error:",e.message);}
Full Changelog:v1.1.4...v1.2.1
Assets2
Uh oh!
There was an error while loading.Please reload this page.
1 person reacted