0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 12:51:13 +08:00
sqlpp11/tests/core/usage
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
..
BooleanExpression.cpp Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
CMakeLists.txt Replace regex-based date/time parsing with manual parser (#520) 2023-09-07 06:23:44 +02:00
CustomQuery.cpp Introduce optional, string_view, and span 2024-06-12 20:29:10 +02:00
DateTime.cpp Introduce optional, string_view, and span 2024-06-12 20:29:10 +02:00
DateTimeParser.cpp Replace regex-based date/time parsing with manual parser (#520) 2023-09-07 06:23:44 +02:00
Function.cpp Add time_point test for value_or_null 2021-08-22 11:39:48 +02:00
Insert.cpp Introduce optional, string_view, and span 2024-06-12 20:29:10 +02:00
Interpret.cpp Introduce optional, string_view, and span 2024-06-12 20:29:10 +02:00
is_regular.h 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
Minimalistic.cpp Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
MockDb.h 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
Ppgen.cpp Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
Prepared.cpp Introduce optional, string_view, and span 2024-06-12 20:29:10 +02:00
Remove.cpp Add example for #448 2022-06-20 06:58:51 +02:00
Result.cpp Introduce optional, string_view, and span 2024-06-12 20:29:10 +02:00
Sample.h 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
sample.sql Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
Select.cpp Introduce optional, string_view, and span 2024-06-12 20:29:10 +02:00
SelectType.cpp Introduce optional, string_view, and span 2024-06-12 20:29:10 +02:00
Union.cpp Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
Update.cpp Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
With.cpp Introduce optional, string_view, and span 2024-06-12 20:29:10 +02:00