0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 04:47:18 +08:00
sqlpp11/test_static_asserts
2016-06-19 10:41:31 +02:00
..
aggregates.cpp Enforce having expression to consist of aggregates 2016-03-20 09:13:50 +01:00
AssertTables.h Prevent self-comparison, added more tests, fixed some expression checks 2016-04-07 21:53:19 +02:00
AssertTables.sql Added compile time tests for date and date_time 2015-10-13 21:25:10 +02:00
case.cpp Disallow unconditional join (ifdef to get it back) 2016-03-20 09:13:49 +01:00
CMakeLists.txt Added static_assert tests for update set/dynamic_set 2016-06-19 10:41:31 +02:00
date_time.cpp A bit of cleanup 2016-04-09 21:46:31 +02:00
date.cpp A bit of cleanup 2016-04-09 21:46:31 +02:00
from.cpp Added static_assert tests for dynamic from.add() 2016-03-24 19:54:16 +01:00
having.cpp Added more tests 2016-04-08 21:09:36 +02:00
in.cpp Added missing file (with some more tests) 2016-04-09 21:53:39 +02:00
insert.cpp Some more portable static_asserts. 2016-06-04 09:58:12 +02:00
join.cpp Added table checks for dynamic_join(x).add(y) 2016-03-22 09:23:37 +01:00
no_self_compare.cpp A bit of cleanup 2016-04-09 21:46:31 +02:00
text.cpp A bit of cleanup 2016-04-09 21:46:31 +02:00
unwrapped_bool.cpp Prevent unconditional joins, and naked bool in where() or boolean expressions 2016-03-20 09:13:49 +01:00
update_list.cpp Added static_assert tests for update set/dynamic_set 2016-06-19 10:41:31 +02:00
where.cpp Added more tests 2016-04-08 21:09:36 +02:00