aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-07-22 14:35:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-07-22 14:35:31 +0200
commit8d7db5926bc4764cc368570ea9b64e354c13f671 (patch)
treed888b8c33e698ccb70b99a996b8149f862bb9dbf /common
parenta40caf1f2cb9da06b12885c9753c0a9bc54ce9c5 (diff)
Use std::string as object id
Diffstat (limited to 'common')
-rw-r--r--common/schema/test.hxx2
1 files changed, 1 insertions, 1 deletions
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.
//