Gabriel Jorge Menezes

Results 4 issues of Gabriel Jorge Menezes

**Is your feature request related to a problem? Please describe.** The raltionships are not cached by the ORM, which leads to unecessary DB access. Also not having a eager loading...

**Describe the bug** Its' not possible to use abseil in x64-linux. It seems some sort of ABI problem (on windows the compilation works). I have already reported this bug on...

bug

I was curious about the behaviour when `Config::max_applied_log_to_keep < Config::snapshot_policy` (in this case we start to purge logs before creating a snapshot), which could be a problem since can lead...

Trying to statically link Boost Locale with cmake returns an error. CMakeLists.txt ```cmake cmake_minimum_required(VERSION 3.16) project(main) #set(Boost_USE_STATIC_LIBS ON) find_package(Boost COMPONENTS locale REQUIRED) if(NOT Boost_FOUND) message(FATAL_ERROR "Some Boost libraries missing in...