0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/tests
rbock 9e1ecaf15a Fixed weird compiler crash with gcc-4.8.2
I have no idea why this is helping, but it does.

I need to invest some time to simplify the templates so that compilers
aren't as stressed with it.
2015-02-15 16:41:08 +01:00
..
BooleanExpressionTest.cpp Made boolean expression more usable 2014-08-12 18:48:50 +02:00
CMakeLists.txt Fixed weird compiler crash with gcc-4.8.2 2015-02-15 16:41:08 +01:00
CustomQueryTest.cpp Added method to set return type of custom query 2014-11-09 16:26:36 +01:00
FunctionTest.cpp enable -Wpedantic and fix all the warnings 2015-02-07 15:07:33 +01:00
InsertTest.cpp Added static_assert for required_columns in insert 2014-08-15 17:56:13 +02:00
InterpretTest.cpp Fixed bug in in() serialization 2014-10-03 08:51:27 +02:00
is_regular.h Updates copyright year 2014-03-27 16:43:36 +01:00
Minimalistic.cpp Added a minimalistic test for including sqlpp11.h 2014-06-22 16:09:19 +02:00
MockDb.h enable -Wpedantic and fix all the warnings 2015-02-07 15:07:33 +01:00
PreparedTest.cpp Moved operator and parameter templates out of value classes, added member template 2014-08-25 08:43:42 +02:00
RemoveTest.cpp Fixed most of the compiler warnings about unused variables in test programs 2014-06-28 21:05:16 +02:00
ResultTest.cpp Placate clang-3.5 2014-11-17 19:34:45 +01:00
Sample.h We now have unique name representations per name 2014-11-30 19:40:34 +01:00
sample.sql Updates copyright year 2014-03-27 16:43:36 +01:00
SelectTest.cpp We now have unique name representations per name 2014-11-30 19:40:34 +01:00
SelectTypeTest.cpp enable -Wpedantic and fix all the warnings 2015-02-07 15:07:33 +01:00
UnionTest.cpp Can chain unions 2015-01-15 19:43:56 +01:00
UpdateTest.cpp Fixed operators += et al 2014-08-22 12:26:48 +02:00
WithTest.cpp Mapping ctes to cte_references when used in from, helping with serialization 2015-02-11 19:06:16 +01:00