0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 04:47:18 +08:00
sqlpp11/tests
rbock f029e5993b Allow in() and not_in() to have zero arguments
This is then equivalent to in(value_list(some_empty_vector)) and
not_in(value_list(some_empty_vector):

tab.a.in() evaluates to false
tab.a.not_in() evaluates to true
2015-12-19 15:15:04 +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 Allow in() and not_in() to have zero arguments 2015-12-19 15:15:04 +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 Added a bunch of tests for static_assert in insert 2015-10-06 22:08:44 +02: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 Dynamic select did not accept some non-dynamic clauses. 2015-12-11 14:42:28 +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