c-questdb-client
c-questdb-client copied to clipboard
Missing flush_and_keep_with_flags() in C++
The C++ class line_sender is missing flush_and_keep_with_flags(). Without this method, the user can't make a flush that is checked to be transactional.
Have submitted a PR#88 that implements flush_and_keep_with_flags().