biggora / caminte

Cross-db ORM for NodeJS
http://www.camintejs.com/
MIT License
1.08k stars 119 forks source link

sqlite3 fixes + promise rejection fix #197

Open SmartArray opened 6 years ago

SmartArray commented 6 years ago

1.) Fix unhandled promise rejection when creating a dataset Perhaps there are multiple locations where we have to fix this issue in future. In this case the exception occurred when creating a new dataset (i.e. in sqlite) failed. 2.) sqlite had console.log calls, which were called every time an internal error happened