mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-06 05:00:37 -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:
@@ -29,7 +29,7 @@
|
||||
#include <sstream>
|
||||
#include <iostream>
|
||||
#include <sqlpp11/schema.h>
|
||||
#include <sqlpp11/no_value.h>
|
||||
#include <sqlpp11/data_types/no_value.h>
|
||||
#include <sqlpp11/serialize.h>
|
||||
#include <sqlpp11/serializer_context.h>
|
||||
#include <sqlpp11/connection.h>
|
||||
|
||||
Reference in New Issue
Block a user