|
1 | 1 | # Changelog |
2 | 2 | * Check https://trello.com/b/qxz65pVi/alasql-roadmap for roadmap |
3 | 3 |
|
| 4 | +### 0.2.2 "Mitilini" (15.01.2016) |
| 5 | +* Fix: SELECT can use functions from GROUP BY list |
| 6 | +* Fix: Bug in NUMERIC type conversion |
| 7 | +* Added: functions CEIL/CEILING and FLOOR |
| 8 | +* Added: CONCAT to the list of standard functions |
| 9 | +* Fix: Bug with primary key after DELETE all |
| 10 | +* Fix: Added String() to UPPER() and LOWER() functions |
| 11 | +* Added: PIVOT and UNPIVOT functionality |
| 12 | +* Added: REPLACE INTO command (see issue #467) |
| 13 | +* Added: ON UPDATE - column constraint |
| 14 | +* Fix: COLLATE and UNIQUE KEY words for CREATE TABLE (see issue #452) |
| 15 | +* Fix: Added params to SEARCH WHERE function |
| 16 | +* Added: TRIGGERs |
| 17 | +* Fix: Bug with MATRIX modifier |
| 18 | +* Fix: Bug with undefined content variable with IN operation (issue #501) |
| 19 | +* Fix: Bug with wrong realizaion of REPLACE INTO (issue #505) |
| 20 | +* Added: >>,<<,&,| - binary operations |
| 21 | +* Added: || - string concatenation (issue #514) |
| 22 | +* Added: GLOB operator |
| 23 | +* Fix: >> for binary operation and graphs collisions |
| 24 | +* Added: SELECT * FROM INSERTED (for T-SQL like triggers) |
| 25 | +* Fix: Added DEFAULT clause to INSERT SELECT statement |
| 26 | +* Added: expression NOT NULL operator (issue #507) |
| 27 | +* Added and Fix: REINDEX and fixed CREATE INDEX (issues #509, #470) |
| 28 | +* Fixed: browser tests, IndexedDB tests, DROP TABLE callback for external engines |
| 29 | +* Added: DATETIME2 type for compatibility with T-SQL |
| 30 | +* Added: DATEADD() and DATEDIFF() functions in T-SQL style |
| 31 | +* Added: CONCAT_WS() function |
| 32 | +* Added: OF() selector for SEARCH statement |
| 33 | + |
4 | 34 | ### 0.2.1 "Rodos" (28.09.2015) |
5 | 35 | * Added: AlaSQL CLI: Support for --version flag |
6 | 36 | * Added: AlaSQL CLI: support for CLI exit code |
|
16 | 46 | * Fix: misbehavour related to 'NOT' and '=' predecession |
17 | 47 | * Fix: alasql running from cordova on iOS |
18 | 48 |
|
| 49 | + |
| 50 | + |
19 | 51 | ## Version 0.2.0 "Athens" (13.07.2015) |
20 | 52 | The purpose of this release were hard work on: |
21 | 53 | * Documentation |
|
0 commit comments