Releases
0.2.2
Fix: SELECT can use functions from GROUP BY list
Fix: Bug in NUMERIC type conversion
Fix: Bug with primary key after DELETE all
Fix: Added String() to UPPER() and LOWER() functions
Fix: COLLATE and UNIQUE KEY words for CREATE TABLE (see issue #452 )
Fix: Added params to SEARCH WHERE function
Fix: Bug with MATRIX modifier
Fix: Bug with undefined content variable with IN operation (issue #501 )
Fix: Bug with wrong realizaion of REPLACE INTO (issue #505 )
Fix: >> for binary operation and graphs collisions
Fix: Added DEFAULT clause to INSERT SELECT statement
Fix: browser tests, IndexedDB tests, DROP TABLE callback for external engines
Added: functions CEIL/CEILING and FLOOR
Added: CONCAT to the list of standard functions
Added: PIVOT and UNPIVOT functionality
Added: REPLACE INTO command (see issue #467 )
Added: ON UPDATE - column constraint
Added: TRIGGERs
Added: >>,<<,&,| - binary operations
Added: || - string concatenation (issue #514 )
Added: GLOB operator
Added: SELECT * FROM INSERTED (for T-SQL like triggers)
Added: expression NOT NULL operator (issue #507 )
Added and Fix: REINDEX and fixed CREATE INDEX (issues #509 , #470 )
Added: DATETIME2 type for compatibility with T-SQL
Added: DATEADD() and DATEDIFF() functions in T-SQL style
Added: CONCAT_WS() function
Added: OF() selector for SEARCH statement
You can’t perform that action at this time.