Tags: memgraph/mgclient
Tags
Transport ZonedDateTimes (#76) Encode and decode ZonedDateTime types, both those with numeric based offsets (such as 60 minutes), and named timezones (such as [America/New_York].) Technically, a struct has been changed that would be breaking, but as this couldn't be used in transport we know that no clients were actually using it. This also updates the version to 1.5.0.
Release v1.2.0 (#20) * Added Windows support. * Added Apple support. * Added compile-time warnings setup. * Added `DiscardAll` and `FetchAll` in C++. * Fixed type checking in C++ `ConstValue::ValueMap` method. * Fixed pull error handling in the C++ `Client::Execute` method. * Fixed various compile-time warnings. * Fixed `mg_session_params_get_client_name` by renaming it to `mg_session_params_get_user_agent` (the one implemented in `src/mgclient.c`). * Add advanced C++ example.
PreviousNext