Ok, the first few lines of test code compile again.

This commit is contained in:
rbock
2014-05-15 23:47:16 +02:00
parent d062c1a0d8
commit 1d905e1db5
42 changed files with 240 additions and 231 deletions

View File

@@ -26,7 +26,7 @@
#include "Sample.h"
#include "MockDb.h"
#include <sqlpp11/alias_provider.h>
#include <sqlpp11/select.h>
//#include <sqlpp11/select.h>
#include <sqlpp11/functions.h>
#include <sqlpp11/connection.h>
@@ -171,6 +171,7 @@ int main()
// SUB_SELECT_FUNCTIONS
// --------------------
#if 0
// Test exists
{
using TI = decltype(exists(select(t.alpha).from(t)));
@@ -232,6 +233,7 @@ int main()
static_assert(not sqlpp::is_floating_point_t<TT>::value, "type requirement");
static_assert(sqlpp::is_text_t<TT>::value, "type requirement");
}
#endif
// NUMERIC FUNCTIONS
// -----------------