Ante Pušić
Ante Pušić
### Description #1790 extended the `min()` and `max()` functions to temporal types. In the meantime, #1866 adds a new temporal type (`ZonedDateTime`). This PR extends #1790 to accomodate the new...
### Description Per [memgraph#1178](https://github.com/memgraph/memgraph/pull/1178), the output of `SHOW INDEX INFO` is sorted. This PR adds that info to the docs. ### Pull request type - [x] Documentation improvements ### Related...
### Description Please briefly explain the changes you made here. Please delete either the [master < EPIC] or [master < Task] part, depending on what are your needs. [master <...
### Description This PR adds custom auth capabilities so that users can connect to GQLAlchemy with SSO tokens. ### Pull request type Please delete options that are not relevant. -...
This PR extends the processing of Bolt v4 HELLO message to support custom auth schemes. The purpose is twofold: * improve Bolt support * support SSO via clients other than...
This PR adds the `scheme` parameter to the `connect` function. Memgraph’s SSO capabilities use custom values of `scheme`, making this PR necessary for SSO via Python client.