AlaSQL / alasql

AlaSQL.js - JavaScript SQL database for browser and Node.js. Handles both traditional relational tables and nested JSON data (NoSQL). Export, store, and import data from localStorage, IndexedDB, or Excel.
http://alasql.org
MIT License
6.98k stars 649 forks source link

Fixes error message for missing tables using JOIN #1886

Closed clarkd closed 5 months ago

clarkd commented 5 months ago

Fixes issue #1885, includes test for SELECT and JOIN error messages.

Thank you for the time you are putting into AlaSQL!

mathiasrw commented 5 months ago

Thank you!

mathiasrw commented 5 months ago

Released as part of v4.3.0