Skip to content

Releases: AlaSQL/alasql

"Eagle" (12.03.2015 - 17.03.2015), "Robin" (17.03.2015 - 25.03.2015)

18 Apr 21:10
Compare
Choose a tag to compare
  • MAX() and MIN() math functions renamed to GREATEST() and LEAST()
  • ORDER BY 2,1
  • :: casting operator
  • UNARY PLUS
  • NOT LIKE
  • NOT\sLIKE and NOT\sBETWEEN for multiple spaces
  • Removed "Test238"
  • column for column names
  • JavaScript expression for JavaScript
  • Changed package.json (main:alasql.js)

"Sapsan" (24.01.2015 - 06.03.2015)

18 Apr 21:11
Compare
Choose a tag to compare
  • IF EXISTS() and subqueries
  • MERGE syntax
  • alasql('#sql1');
  • alasql(document.querySelector('#sql'));
  • alasql(function(){/* SELECT 100 */}); for multiline SQL statements
  • SELECT one.a,one.b INTO "one.xlsx" FROM "one.json" AS one
  • Cut first BOM character when reading text files in UTF-8
  • LIKE is case-insensitive