aboutsummaryrefslogtreecommitdiff
path: root/sqlite/types/test.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite/types/test.hxx')
-rw-r--r--sqlite/types/test.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sqlite/types/test.hxx b/sqlite/types/test.hxx
index 22cde8e..79b0a33 100644
--- a/sqlite/types/test.hxx
+++ b/sqlite/types/test.hxx
@@ -8,12 +8,11 @@
#include <set>
#include <string>
+#include <vector>
#include <memory> // std::auto_ptr
#include <odb/core.hxx>
-#include <common/buffer.hxx>
-
typedef std::auto_ptr<std::string> string_ptr;
#pragma db object
@@ -44,7 +43,7 @@ struct object
std::string text_;
#pragma db type ("BLOB")
- buffer blob_;
+ std::vector<char> blob_;
// Test NULL value.
//