aboutsummaryrefslogtreecommitdiff
path: root/mapping/traits-mysql.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'mapping/traits-mysql.hxx')
-rw-r--r--mapping/traits-mysql.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/mapping/traits-mysql.hxx b/mapping/traits-mysql.hxx
index 497d122..ff5d106 100644
--- a/mapping/traits-mysql.hxx
+++ b/mapping/traits-mysql.hxx
@@ -20,7 +20,7 @@ namespace odb
namespace mysql
{
template <>
- class value_traits<bool, details::buffer, id_string>
+ class value_traits<bool, id_string>
{
public:
typedef bool value_type;
@@ -53,7 +53,7 @@ namespace odb
};
template <>
- class value_traits<date, MYSQL_TIME, id_date>
+ class value_traits<date, id_date>
{
public:
typedef date value_type;