Skip to content

Releases: AlaSQL/alasql

"Venice" (02.05.2015 - 03.05.2015)

03 May 20:26
Compare
Choose a tag to compare
  • Added INFORMATION_SCHEMA from variable
  • Fixed localstorage dropTable with AUTOCOMMIT OFF
  • STD() function added, STDEV(),STEDEVP(),VAR(),VARP()
  • DISTINCT and ALL with custom aggregators (like STD(DISTINCT a))
  • UNION problem fixed
  • IE9 - save plain text and XLS()

"Rimini" (23.04.2015 - 02.05.2015)

02 May 19:47
Compare
Choose a tag to compare
  • alasql.options.modifier flag added
  • alasql.options.columnlookup flag added
  • SELECT * REMOVE COLUMNS a,b
  • SELECT * REMOVE COLUMNS LIKE 'b%'
  • Remove columns from .columns schema
  • Custom aggregators - added additional calls (init and in the cycle)
  • Added MEDIAN() aggregator

"Seoul" (21.04.2015 - 22.04.2015)

23 Apr 12:59
Compare
Choose a tag to compare
  • CREATE VERTEX and CREATE EDGE syntax
  • Fixed MIN and MAX functions and aggregators #93
  • Found UPDATE bug with column/columnid
  • Fixed bug with valueOf in comparision #142

"Beijing" (19.04.2015 - 21.04.2015)

21 Apr 18:00
Compare
Choose a tag to compare
  • CREATE CLASS
  • INSERT INTO class
  • INSERT INTO class returns inserted value
  • operator

  • Classes support
  • Tests with SEARCH syntax and tests for CREATE EDGE and CREATE VERTES
  • Fixed bug with leaking to global.key

"Amsterdam" (18.04.2015 - 19.04.2015)

19 Apr 19:13
Compare
Choose a tag to compare
  • Fixed bug indexedDB.webGetDatabaseNames in Firefox
  • Some bugs from Sqllogictest fixed (see test258)
  • Bower package registered
  • Fixed CASE bonding query to this error

"Antalya" (16.04.2015 - 18.04.2015)

18 Apr 21:07
Compare
Choose a tag to compare
  • Added CORRESPONDING keyword to the grammas
  • Fixed export to Excel - with data types
  • New version of FileSaver is updated
  • New INTO XLS() function with colors(!)
  • Added params parameter to intoallfn()
  • master and develop branches fixed

"Cape Town" (14.04.2015 - 14.04.2015)

18 Apr 21:08
Compare
Choose a tag to compare
  • Cleaned 'test' directory
  • Fixed problem with tests
  • Fixed bug with localStorage DELETE FROM (without WHERE)

"Rio de Janeiro" (13.04.2015 - 13.04.2015)

18 Apr 21:08
Compare
Choose a tag to compare
  • Changed CRLF for alacon.js and alaserver.js to LF

"Roma" (02.04.2015 - 13.04.2015)

18 Apr 21:09
Compare
Choose a tag to compare
  • Added params to SQLite attached database: alasql('ATTACH SQLITE DATABASE a(?)',[event],cb);
  • Root directory was cleaned
  • Gulp version is updated
  • Fixed bug with (SELECT) and EXISTS() in SELECTS with GROUP BY

"The Wall" (25.03.2015 - 01.04.2015)

18 Apr 21:09
Compare
Choose a tag to compare
  • Created "develop" branch for git-flow
  • Fixed GREATEST and LEAST() bugs
  • Added flags {sourcefilename: "aaa", range:"B4"} to INTO XLSX() function
  • CREATE TABLE one(two,three) - without coulmn types