From 8d7db5926bc4764cc368570ea9b64e354c13f671 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 22 Jul 2010 14:35:31 +0200 Subject: Use std::string as object id --- common/schema/test.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/schema/test.hxx b/common/schema/test.hxx index c9ddd14..26a8b41 100644 --- a/common/schema/test.hxx +++ b/common/schema/test.hxx @@ -49,7 +49,7 @@ struct column struct type { #pragma odb id - int id; + std::string id; // Test default C++ to DB type mapping. // -- cgit v1.1