Made no_value to a more complete value type

This allows to select NULL via a case statement (seems to make more
sense than disallowing it).
This commit is contained in:
rbock
2015-12-23 16:01:45 +01:00
parent 3efae18e08
commit b41f1add8c
28 changed files with 340 additions and 42 deletions

View File

@@ -27,7 +27,7 @@
#ifndef SQLPP_NULL_H
#define SQLPP_NULL_H
#include <sqlpp11/no_value.h>
#include <sqlpp11/data_types/no_value.h>
namespace sqlpp
{