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
7.02k stars 655 forks source link

Add Set cache to using WHERE (NOT) IN #1833

Closed paulrutter closed 11 months ago

paulrutter commented 11 months ago

This issue asks to add the Set cache again, which was removed to fix https://github.com/AlaSQL/alasql/issues/1829.

paulrutter commented 11 months ago

See https://github.com/AlaSQL/alasql/pull/1834