Releases: AlaSQL/alasql
Releases · AlaSQL/alasql
Tarim (14.07.2018)
- Better: Always find global object
Rahbah (14.06.2018)
- Better:
Use strict
mode for javascript
Marib (24.01.2018)
Alsowm (03.12.2017)
- Better: Better usage via unpkg.com
- Better: Better usage via jsdelivr.com
Hajjah (05.09.2017)
- Update: Removed implicit "any" in definition file
- Fix: Tabletop reads in empty cells as numeric 0 instead of empty string
- Fix: DISTINCT on empty table produced error
Baraqish (17.08.2017)
- Added: SQL function LTRIM
- Added: SQL function RTRIM
- Better: Remove implicit any in type script definitioni
- Better: Out-of-the-box Webpack and Browserify compatibility without hacks
- Fix: Use created database id on foreign key check as default database
Sayhut (23.07.2017)
- Better: Performace on
distinct
selects - Better: Hashing for cashed SQLs
- Fix: Case insensetive selects from EXCEL
- Fix: Select from empty EXCEL
Sanaa (09.05.2017)
- Breaking: OFFSET will now skip the first N rows in a result set before starting to return any rows (before it would skip N-1)
- Add: Quartile aggregators (QUART, QUART2, QUART3)
- Add: Typescript definitoin now supports extensions
- Fix: Aggregate MEDIAN now working with ROLLUP
- Fix: Aggregate STDEV now working with ROLLUP
- Fix: SHOW COLUMNS works with the promise interface
- Fix: SHOW INDEX works with the promise interface
Turua (23.03.2017)
- Add: React native support
- Fix: CSV error when quote set to empty
- Fix: autoExt bug when not set for CSV on read
Wanaka (15.03.2017)
- Added: Lazy promise notation
- Added: Create user defined function via SQL statement
- Added: Create user defined aggretator via SQL statement
- Added: Auto extension for filenames on read + write
- Fix:
.xlsx
can now be imported via browser "upload" - Update:
xls.js
package not needed any more. Onlyxlsx
package is needed.