Releases: AlaSQL/alasql
Releases · AlaSQL/alasql
"Venice" (02.05.2015 - 03.05.2015)
- 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)
- 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)
"Beijing" (19.04.2015 - 21.04.2015)
- 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)
- 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)
- 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)
- Cleaned 'test' directory
- Fixed problem with tests
- Fixed bug with localStorage DELETE FROM (without WHERE)
"Rio de Janeiro" (13.04.2015 - 13.04.2015)
- Changed CRLF for alacon.js and alaserver.js to LF
"Roma" (02.04.2015 - 13.04.2015)
- 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)
- 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