aboutsummaryrefslogtreecommitdiff
path: root/odb/boost/date-time/sqlite/gregorian-mapping.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/boost/date-time/sqlite/gregorian-mapping.hxx')
-rw-r--r--odb/boost/date-time/sqlite/gregorian-mapping.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/boost/date-time/sqlite/gregorian-mapping.hxx b/odb/boost/date-time/sqlite/gregorian-mapping.hxx
index 0a58a6c..1baffac 100644
--- a/odb/boost/date-time/sqlite/gregorian-mapping.hxx
+++ b/odb/boost/date-time/sqlite/gregorian-mapping.hxx
@@ -11,6 +11,6 @@
// By default map boost::gregorian::date to TEXT. We use the
// NULL value to represent not_a_date_time.
//
-#pragma db value(boost::gregorian::date) type("TEXT")
+#pragma db value(boost::gregorian::date) type("TEXT") null
#endif // ODB_BOOST_DATE_TIME_SQLITE_GREGORIAN_MAPPING_HXX