sqlpp17
sqlpp17 copied to clipboard
Started to re-write sqlpp11 to sqlpp17 (not even remotely ready yet)
I was wondering if we might need a clear definition and documentation of our type traits / error messages. I think it's somewhat difficult to understand in the code &...
Hi, I found there are some code like: ```c++ struct { bool first = true; [[nodiscard]] auto to_string() -> std::string { if (first) { first = false; return ""; }...
C++ 20 is coming soon. Is there any plan for this project?
Attempting to build sqlpp17 with gcc 13.1.1 on Linux results a failure. As far as I can see instead of choosing `sqlpp::result_t::iterator::operator!=(const T&)` it chooses `constexpr auto sqlpp::operator!=(L, R)` and...