aboutsummaryrefslogtreecommitdiff
path: root/sqlite
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite')
-rw-r--r--sqlite/types/test.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlite/types/test.hxx b/sqlite/types/test.hxx
index 7ed1a8c..897590d 100644
--- a/sqlite/types/test.hxx
+++ b/sqlite/types/test.hxx
@@ -38,7 +38,7 @@ struct object
#pragma db type("REAL")
double real_;
- #pragma db type("REAL") null
+ #pragma db type("REAL")
double nan_;
#pragma db type("TEXT")