0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/tests
MeanSquaredError 8d92e7bb81
Add sqlpp::compat::make_unique (#527)
* Add sqlpp::compat::make_unique which calls std::make_unique in C++14 or newer and falls back to a custom implementation in C++11 mode.

* Add tests for sqlpp::compat::make_unique
2023-09-16 09:21:05 +02:00
..
core Add sqlpp::compat::make_unique (#527) 2023-09-16 09:21:05 +02:00
include Add sqlpp::compat::make_unique (#527) 2023-09-16 09:21:05 +02:00
mysql Fix a false test failure in the sqlpp11.mysql.usage.DateTime caused by rounding down a timepoint. 2023-08-26 07:17:03 +00:00
postgresql Replace include guards with "#pragma once" in all header files and in the database model generator scripts. (#506) 2023-07-25 07:00:05 +02:00
scripts ddl2cpp command line argument for custom types (#491) 2023-06-22 07:06:00 +02:00
sqlite3 Cleanup SQLite3 connector code (#514) 2023-08-17 07:26:54 +02:00
CMakeLists.txt style: Align CMake files with 4 spaces indent 2022-11-26 08:32:46 +01:00