From 5e98aad4b067ece803b75cae7f538565da8661c8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 27 Jun 2012 14:55:47 +0200 Subject: Add support for mapping posix_time::ptime and QDateTime to DATE Oracle type --- boost/oracle/date-time/driver.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'boost/oracle/date-time/driver.cxx') diff --git a/boost/oracle/date-time/driver.cxx b/boost/oracle/date-time/driver.cxx index ca59757..a1a12fb 100644 --- a/boost/oracle/date-time/driver.cxx +++ b/boost/oracle/date-time/driver.cxx @@ -53,6 +53,10 @@ main (int argc, char* argv[]) o.times.push_back (min_date_time); o.times.push_back (ptime (max_date_time)); + o.times_d.push_back (ptime (date (2012, 6, 27), + time_duration (14, 17, 05, 0))); + o.times_d.push_back (not_a_date_time); + o.durations.push_back (time_duration (1, 2, 3, 123456)); o.durations.push_back (time_duration (-1, 2, 3)); o.durations.push_back (not_a_date_time); -- cgit v1.1