From 2f0038a2aed44ce04200c09229921ae21861ccaa Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 18 Apr 2011 18:31:40 +0200 Subject: Get rid of image type argument in value_traits --- common/query/traits-mysql.hxx | 2 +- common/query/traits-sqlite.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'common/query') diff --git a/common/query/traits-mysql.hxx b/common/query/traits-mysql.hxx index cce99db..fb95bfd 100644 --- a/common/query/traits-mysql.hxx +++ b/common/query/traits-mysql.hxx @@ -17,7 +17,7 @@ namespace odb namespace mysql { template <> - class value_traits, details::buffer, id_string> + class value_traits, id_string> { public: typedef std::auto_ptr value_type; diff --git a/common/query/traits-sqlite.hxx b/common/query/traits-sqlite.hxx index 57cf9c2..4e58b34 100644 --- a/common/query/traits-sqlite.hxx +++ b/common/query/traits-sqlite.hxx @@ -17,7 +17,7 @@ namespace odb namespace sqlite { template <> - class value_traits, details::buffer, id_text> + class value_traits, id_text> { public: typedef std::auto_ptr value_type; -- cgit v1.1