aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/date-time/sqlite
diff options
context:
space:
mode:
Diffstat (limited to 'odb/qt/date-time/sqlite')
-rw-r--r--odb/qt/date-time/sqlite/qdate-time-traits.hxx4
-rw-r--r--odb/qt/date-time/sqlite/qdate-traits.hxx4
-rw-r--r--odb/qt/date-time/sqlite/qtime-traits.hxx4
3 files changed, 6 insertions, 6 deletions
diff --git a/odb/qt/date-time/sqlite/qdate-time-traits.hxx b/odb/qt/date-time/sqlite/qdate-time-traits.hxx
index 85c4c1a..07c72c1 100644
--- a/odb/qt/date-time/sqlite/qdate-time-traits.hxx
+++ b/odb/qt/date-time/sqlite/qdate-time-traits.hxx
@@ -23,7 +23,7 @@ namespace odb
namespace sqlite
{
template <>
- class default_value_traits<QDateTime, details::buffer, id_text>
+ class default_value_traits<QDateTime, id_text>
{
public:
typedef QDateTime value_type;
@@ -74,7 +74,7 @@ namespace odb
// The integer value represents UNIX time.
//
template <>
- class default_value_traits<QDateTime, long long, id_integer>
+ class default_value_traits<QDateTime, id_integer>
{
public:
typedef QDateTime value_type;
diff --git a/odb/qt/date-time/sqlite/qdate-traits.hxx b/odb/qt/date-time/sqlite/qdate-traits.hxx
index 16940c3..f1967ce 100644
--- a/odb/qt/date-time/sqlite/qdate-traits.hxx
+++ b/odb/qt/date-time/sqlite/qdate-traits.hxx
@@ -23,7 +23,7 @@ namespace odb
namespace sqlite
{
template <>
- class default_value_traits<QDate, details::buffer, id_text>
+ class default_value_traits<QDate, id_text>
{
public:
typedef QDate value_type;
@@ -74,7 +74,7 @@ namespace odb
// integer value represents UNIX time.
//
template <>
- class default_value_traits<QDate, long long, id_integer>
+ class default_value_traits<QDate, id_integer>
{
public:
typedef QDate value_type;
diff --git a/odb/qt/date-time/sqlite/qtime-traits.hxx b/odb/qt/date-time/sqlite/qtime-traits.hxx
index 84721ee..cf139b0 100644
--- a/odb/qt/date-time/sqlite/qtime-traits.hxx
+++ b/odb/qt/date-time/sqlite/qtime-traits.hxx
@@ -22,7 +22,7 @@ namespace odb
namespace sqlite
{
template <>
- class default_value_traits<QTime, details::buffer, id_text>
+ class default_value_traits<QTime, id_text>
{
public:
typedef QTime value_type;
@@ -74,7 +74,7 @@ namespace odb
// integer value represents seconds since midnight.
//
template <>
- class default_value_traits<QTime, long long, id_integer>
+ class default_value_traits<QTime, id_integer>
{
public:
typedef QTime value_type;