0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 04:47:18 +08:00
sqlpp11/tests
Roland Bock bda77c620b Introduce optional, string_view, and span
sqlpp::optional is an alias for std::optional for C++17 and beyond.
Otherwise, it is a simple and incomplete backport.
For older versions of C++, the library offers simple back

Similar for string_view and span.
2024-06-12 20:29:10 +02:00
..
core Introduce optional, string_view, and span 2024-06-12 20:29:10 +02:00
include Introduce optional, string_view, and span 2024-06-12 20:29:10 +02:00
mysql Introduce optional, string_view, and span 2024-06-12 20:29:10 +02:00
postgresql Introduce optional, string_view, and span 2024-06-12 20:29:10 +02:00
scripts Improve the tests for invalid data types. 2024-06-12 07:25:19 +02:00
sqlite3 Introduce optional, string_view, and span 2024-06-12 20:29:10 +02:00
CMakeLists.txt style: Align CMake files with 4 spaces indent 2022-11-26 08:32:46 +01:00