Jonathan Guzmán
Jonathan Guzmán
on some forks of projects what I did was to add a macro on a `exportAPI.hpp` file like this ```cpp #pragma once // Utility header for SQLiteCpp // it allows...
fixed in 3.3.2.
I think the user should be aware of how sqlite expects the types, probably using some templates/concepts could help, however this should be optional as it will break for some...
as the support for windows is ready this should come once there is a new release
forgot to mention, but this was completed long ago, currently with the same release mesonbuild/wrapdb#1131
I think this is expected behavior, as sqlite behaves this way. you should check the existence of an directory before creating any file, if it does not exist create the...
Hi, with the removal of the remaining `long` api´s you should not see those warnings #364 this was caused due to ambiguity with some types, however now they are using...
also keep in mind as your PR may be outdated you need to sync it with the upstream in order to receive those updates. as for the `std::string_view` code please...
please disable `SQLITECPP_RUN_CPPLINT` cmake option and check again it should be like this ```ps1 C:\opt\CPP\SQLiteCpp>cmake -S. -Bbld_vc2 -GNinja -SQLITECPP_RUN_CPPLINT=OFF ``` this is the same error as https://github.com/SRombauts/SQLiteCpp/issues/88#:~:text=you%20don%27t%20need%20to%20modify%20the%20CMakeLists.txt%20you%20can%20use%20the%20SQLITECPP_RUN_CPPLINT%20option%20like%20this