diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-07-22 14:35:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-07-22 14:35:31 +0200 |
commit | 8d7db5926bc4764cc368570ea9b64e354c13f671 (patch) | |
tree | d888b8c33e698ccb70b99a996b8149f862bb9dbf /common/schema | |
parent | a40caf1f2cb9da06b12885c9753c0a9bc54ce9c5 (diff) |
Use std::string as object id
Diffstat (limited to 'common/schema')
-rw-r--r-- | common/schema/test.hxx | 2 |
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. // |