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.

Home Page:http://alasql.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rewrite convert to minimize dize when minimized

mathiasrw opened this issue · comments

Way too many duplicated calculations. Calculate once, use again and again.

image image

Also check if its correct that we should be operating on val. Seems to me we should be using t - or flip around for the formatting is after the.

image

Closed as part of #1719