blob: bc80623cfb8be3f191a8f9388d194f9fed4934e8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## Changes in RE2 module {#re2-module}
* Queries are guaranteed to fail when invalid regular expressions are passed.
## Changes in Digest module {#digest-module}
* Added `Digest::Sha512` function
## Changes in DateTime module {#datetime-module}
* Changed a return type of the `DateTime::ToSeconds(Interval)` to `Int64` instead of `Int32`.
* Changed an argument type of the `DateTime::IntervalFromSeconds` to `Int64` instead of `Int32`.
## Changes in SELECT syntax
* Added the ability to explicitly specify `DISTINCT` for `UNION`;
* Implemented `INTERSECT [DISTINCT|ALL]`;
* Implemented `EXCEPT [DISTINCT|ALL]`.
|