diff options
Diffstat (limited to 'common/query')
-rw-r--r-- | common/query/test.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/query/test.hxx b/common/query/test.hxx index 124ee72..21acb84 100644 --- a/common/query/test.hxx +++ b/common/query/test.hxx @@ -38,7 +38,7 @@ struct person #pragma db column ("first") std::string first_name_; - #pragma db column ("middle") type ("TEXT") + #pragma db column ("middle") type ("TEXT") null std::auto_ptr<std::string> middle_name_; #pragma db column ("last") |