0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/tests/core/serialize
2023-09-15 06:41:58 +02:00
..
Any.cpp Cleanup parens for ANY and SOME 2023-02-05 09:31:30 +01:00
As.cpp Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
Avg.cpp Add missing braces to aggregatedfunctions with sub select #469 2023-01-29 14:39:07 +01:00
Blob.cpp Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
CMakeLists.txt Fix handling of "-DSQLPP11_TESTS_CXX_STD=..." in tests/core/serialize/CMakeLists.txt (#525) 2023-09-15 06:41:58 +02:00
compare.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
Count.cpp Add missing braces to aggregatedfunctions with sub select #469 2023-01-29 14:39:07 +01:00
CustomQuery.cpp Add standalone insert_columns function (#76) 2022-06-06 10:15:28 +02:00
DynamicWhere.cpp Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
Exists.cpp Cleanup parens for ANY and SOME 2023-02-05 09:31:30 +01:00
Float.cpp #471 serializers: ensure float precision (#472) 2023-02-18 08:10:50 +01:00
ForUpdate.cpp Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
From.cpp Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
In.cpp #471 serializers: ensure float precision (#472) 2023-02-18 08:10:50 +01:00
Insert.cpp Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
IsNotNull.cpp Cleanup braces for IS_NULL and IS NOT NULL 2023-02-04 10:12:55 +01:00
IsNull.cpp Cleanup braces for IS_NULL and IS NOT NULL 2023-02-04 10:12:55 +01:00
Lower.cpp Allow TRIM to be used with sub selects 2023-02-04 09:05:04 +01:00
Max.cpp Add missing braces to aggregatedfunctions with sub select #469 2023-01-29 14:39:07 +01:00
Min.cpp Add missing braces to aggregatedfunctions with sub select #469 2023-01-29 14:39:07 +01:00
Operator.cpp Fix compiler warnings. 2021-12-11 19:53:35 +01:00
Over.cpp Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
ParameterizedVerbatim.cpp Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
Some.cpp Cleanup parens for ANY and SOME 2023-02-05 09:31:30 +01:00
Sum.cpp Add missing braces to aggregatedfunctions with sub select #469 2023-01-29 14:39:07 +01:00
TableAlias.cpp Add test for table alias. 2021-09-04 11:05:49 +02:00
Trim.cpp Allow TRIM to be used with sub selects 2023-02-04 09:05:04 +01:00
Upper.cpp Allow TRIM to be used with sub selects 2023-02-04 09:05:04 +01:00
Where.cpp Cleanup braces for IS_NULL and IS NOT NULL 2023-02-04 10:12:55 +01:00