Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 909 Bytes

temp.md

File metadata and controls

22 lines (22 loc) · 909 Bytes

Add math::pow() function and ** operator Add ?? operator (Null Coalescing Operator) Add ?: operator (Ternary Conditional Operator) Add not() function Don't treat NONE and NULL as the same Add IN and NOT IN operators Add array::all(), array::any(), array::min(), array::max() functions Add array::group() function Add array::insert() function Add array::flatten() function Add array::complement() function Add rand::ulid() function Add string::is::url() function Add is::datetime() function Add time::format() function Add time::timezone() function Global parameters Add functionality to generate different Record IDs: CREATE person:rand(), person:ulid(), person:uuid() Add SurrealQL functions to JavaScript runtime Add CLI option to disable server banner Add current INSERT value as parameter value to ON DUPLICATE KEY clause (accessed using $input) Add support for FETCH clauses in SQL RETURN statements