Bogdan Pintea
Bogdan Pintea
First, thanks for the extension, great stuff! Then, to the point: I was wondering if there's any technical limitation preventing this extension to work in incognito mode? If so, "what...
The library does not correctly consider the length when parsing the input string. If the string is not a NTS, the library will read past the indicated limit. If the...
The function tries to match decoded JSON objects to the given keys received as arguments and store the corresponding objects back into the out parameters. The bug stems from the...
In case of a NULL hf parameter, UJDecode will allocate an initial heap (initialHeap) and start deref'ing it with no check of allocation result.
This adds a sort to a test to make the results reliable.
This adds some clarifications on the time unit strings the function takes as arguments, noting the differences between these and the time span literals, as well as the abbreviations' source.
This adds `nanosecond`, `microsecond` and `quarter` to the set of supported time spans. It also adds a few standard and common abbreviations to some existing ones.
This remove the `OPTIONS` clause of the `FROM` command. (cherry picked from commit 3b21ec88180e0d1597c3fe84e956634cbad37681)
### Description Some tests expecting a floating point result can fail on equality matching. We should either include in the query a rounding call for them all, or fix the...
This removes SQL's use of `org.elasticsearch.Version` class. This has been replaced with two other classes: * `TransportVersion`, where local and subsequent use relies on a certain stack release; * `SqlVersion`...