0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 04:47:18 +08:00
sqlpp11/tests
rbock b3ef68101f Fixed bug in in() serialization
in(select(...)) did have an extra set of braces, which lead to different behaviour.
Thanks to Thomas Marsh for finding the bug
2014-10-03 08:51:27 +02:00
..
BooleanExpressionTest.cpp Made boolean expression more usable 2014-08-12 18:48:50 +02:00
CMakeLists.txt Bug #14: Completed quoting for parameters of some CMake commands 2014-09-01 19:17:03 +02:00
FunctionTest.cpp Renamed named_expression to selectable 2014-09-26 09:03:26 +02: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 Fixed operators += et al 2014-08-22 12:26:48 +02: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 Added operators to the 'like' member_t 2014-08-27 22:53:22 +02:00
Sample.h Cleanup in generated code 2014-08-27 21:32:00 +02:00
sample.sql Updates copyright year 2014-03-27 16:43:36 +01:00
SelectTest.cpp Added test which selects count() 2014-09-18 09:40:54 +02:00
SelectTypeTest.cpp Renamed named_expression to selectable 2014-09-26 09:03:26 +02:00
UpdateTest.cpp Fixed operators += et al 2014-08-22 12:26:48 +02:00