• 4.1.0 af0385c69a

    4.1.0 Stable

    looopTools released this 2025-07-06 17:46:05 +02:00 | 9 commits to main since this release

    • Adding support for conditionals
      • CASE, WHEN, ELSE, THEN
      • COALESCE
      • NULLIF
      • GREATEST
      • LEAST
    • Removing FetchContent Depedency on gtest, libpqxx, and fmtlib
    • Replacing fmtlib with std::format
    • Moved from using ifdef to #pragma once in all header files
    • Moved to use constexpr instead of const in operators.hpp and commands.hpp
    • Adding exists functionality
    • Adding license text to all source file and SPDX license identifier.
    Downloads
  • 4.0.1 f5a7f36dee

    4.0.1 Stable

    looopTools released this 2024-09-21 16:33:43 +02:00 | 40 commits to main since this release

    Minor release the fixes compilation using GCC C++ on some BSD and Linux systems due to missing #include <cstdint>.

    Downloads
  • 4.0.0 3ec4182634

    looopTools released this 2024-08-09 21:05:18 +02:00 | 51 commits to main since this release

    4.0.0 Is a major release with a massive amount of breaking changes.
    To the see them all check the change log.

    Downloads
  • 1.0.0 186debc0c5

    looopTools released this 2021-08-20 09:33:46 +02:00 | 212 commits to main since this release

    This is the first public release of QueryC++.
    We do not expect any API breaking changes in the near future and if some happens they will be release under tag 2.x.x

    Downloads
  • 0.0.1 81f31b516f

    looopTools released this 2021-07-19 13:51:05 +02:00 | 237 commits to main since this release

    This release is an alpha released aimed at tests who is looking at the current API for QueryC++ to make it more usable.
    The binary is solely compiled for Fedora 34 and nothing else.

    It is important that this is an alpha release!

    querycpp_0_0_1_alpha.zip

    Downloads