SQLiteCpp
SQLiteCpp copied to clipboard
SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
Hi... SQLiteCpp has its issues with my (otherwise correct) queries. The following query has already been improved by type cast expressions in the form of "CAST(() AS INT)" but still...
The c++ version should be set via `target_compile_features(SQLiteCpp PUBLIC cxx_std_11)` This only sets this as a minimum version for this target, and not all targets.
Hey, I have seen that the target platforms are for example Ubuntu 14.04, 16.04 and 18.04 (Travis CI and Github Actions). I believe this is an outdated list. Is it...