Skip to content

Commit

Permalink
Performance improvements for AlaSQL
Browse files Browse the repository at this point in the history
- Remove cache property
  • Loading branch information
paulrutter committed Oct 25, 2023
1 parent b97071f commit 390d1e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/20database.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ Database.prototype.resetSqlCache = function () {
this.sqlCache = {}; // Cache for compiled SQL statements
this.sqlCacheSize = 0;
this.astCache = {}; // Cache for AST objects
this.setCache = {}; // Cache for WHERE (NOT) IN statements
};

// Main SQL function
Expand Down

0 comments on commit 390d1e3

Please sign in to comment.