c-questdb-client icon indicating copy to clipboard operation
c-questdb-client copied to clipboard

Missing flush_and_keep_with_flags() in C++

Open mtopolnik opened this issue 1 year ago • 1 comments

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.

mtopolnik avatar Mar 26 '24 09:03 mtopolnik

Have submitted a PR#88 that implements flush_and_keep_with_flags().

dekinet avatar Feb 28 '25 02:02 dekinet