mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-08 06:00:40 -06:00
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user