Skip to content

Releases: AlaSQL/alasql

Tarim (14.07.2018)

13 Jul 22:29
Compare
Choose a tag to compare
  • Better: Always find global object

Rahbah (14.06.2018)

14 Jun 22:05
Compare
Choose a tag to compare
  • Better: Use strict mode for javascript

Marib (24.01.2018)

23 Jan 21:56
Compare
Choose a tag to compare
  • Fix: Aggregate functions applied to empty sets (#964)
  • Fix: missing ORDER BY direction when calling toString on AST (#970)
  • Fix: Converting the syntax tree back to SQL with multple joins (#972)

Alsowm (03.12.2017)

03 Dec 21:51
Compare
Choose a tag to compare
  • Better: Better usage via unpkg.com
  • Better: Better usage via jsdelivr.com

Hajjah (05.09.2017)

05 Oct 21:15
Compare
Choose a tag to compare
  • 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)

17 Aug 12:57
Compare
Choose a tag to compare
  • 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)

22 Jul 23:56
Compare
Choose a tag to compare
  • 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)

09 May 19:14
Compare
Choose a tag to compare
  • 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)

23 Mar 22:53
Compare
Choose a tag to compare
  • 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)

14 Mar 23:34
Compare
Choose a tag to compare
  • 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. Only xlsx package is needed.