0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 04:47:18 +08:00
sqlpp11/tests/core/usage
MeanSquaredError 25bca54ba7
Replace regex-based date/time parsing with manual parser (#520)
* Replace regex-based date/time string parsing with manually written parsing code.

* Add date/time parser tests.
2023-09-07 06:23:44 +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 Add standalone insert_columns function (#76) 2022-06-06 10:15:28 +02:00
DateTime.cpp Moved sqlite3 over here. 2021-08-01 20:37:36 +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 std::string_view should also be assignable in prepared statements 2023-04-03 06:16:57 +02:00
Interpret.cpp Moved sqlite3 over here. 2021-08-01 20:37:36 +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 Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
Remove.cpp Add example for #448 2022-06-20 06:58:51 +02:00
Result.cpp Moved sqlite3 over here. 2021-08-01 20:37:36 +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 Allow parameter in having clause, see #443 2022-05-22 15:05:58 +02:00
SelectType.cpp Moved sqlite3 over here. 2021-08-01 20:37:36 +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 Fix compiler warnings. 2021-12-11 19:53:35 +01:00