0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 04:47:18 +08:00
sqlpp11/tests
rbock b41f1add8c Made no_value to a more complete value type
This allows to select NULL via a case statement (seems to make more
sense than disallowing it).
2015-12-23 16:01:45 +01:00
..
BooleanExpression.cpp Moved operators back into expression base class 2015-11-08 19:14:49 +01:00
CMakeLists.txt Several minor date/time fixes, new tests 2015-10-28 20:52:43 +01:00
CustomQuery.cpp Reformatted using clang-format 2015-09-13 21:33:19 +02:00
DateTime.cpp Renamed date/date_time to day_point/time_point 2015-10-29 16:41:45 +01:00
Function.cpp Shut up warning in Xcode 7 2015-09-13 23:29:58 +02:00
Insert.cpp Reformatted using clang-format 2015-09-13 21:33:19 +02:00
Interpret.cpp Added CASE expression 2015-12-23 11:50:40 +01:00
is_regular.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
Minimalistic.cpp Reformatted using clang-format 2015-09-13 21:33:19 +02:00
MockDb.h Made no_value to a more complete value type 2015-12-23 16:01:45 +01:00
Prepared.cpp Reformatted using clang-format 2015-09-13 21:33:19 +02:00
Remove.cpp Reformatted using clang-format 2015-09-13 21:33:19 +02:00
Result.cpp Reformatted using clang-format 2015-09-13 21:33:19 +02:00
Sample.h Moved data types into separate folder, split boolean 2015-10-29 22:21:46 +01:00
sample.sql Added compile time tests for date and date_time 2015-10-13 21:25:10 +02:00
Select.cpp Made no_value to a more complete value type 2015-12-23 16:01:45 +01:00
SelectType.cpp Added check if all selected columns are aggregates if group_by is present 2015-10-03 17:00:53 +02:00
Union.cpp Reformatted using clang-format 2015-09-13 21:33:19 +02:00
Update.cpp Reformatted using clang-format 2015-09-13 21:33:19 +02:00
With.cpp Reformatted using clang-format 2015-09-13 21:33:19 +02:00