Changes to the RE2 module
- Queries are guaranteed to fail if invalid regular expressions are passed.
Changes to the Digest module
- Added the
Digest::Sha512function.
Changes to the DateTime module
- Changed the return type for
DateTime::ToSeconds(Interval)fromInt32toInt64. - Changed the argument type for
DateTime::IntervalFromSecondsfromInt32toInt64.
Changes to the SELECT syntax
- You can now explicitly specify
DISTINCTforUNION. - Added
INTERSECT [DISTINCT|ALL]implementation. - Added
EXCEPT [DISTINCT|ALL]implementation.