diff options
| author | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-03 14:12:48 +0200 |
|---|---|---|
| committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-03 14:12:48 +0200 |
| commit | b9161e6e332cb0279ef8616dbbce4c90b60bce15 (patch) | |
| tree | 2462cb423cd9b62a7179def871420760bf3c6d98 /common/schema/test.hxx | |
| parent | 8d7db5926bc4764cc368570ea9b64e354c13f671 (diff) | |
New tests
Diffstat (limited to 'common/schema/test.hxx')
| -rw-r--r-- | common/schema/test.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/schema/test.hxx b/common/schema/test.hxx index 26a8b41..14c5113 100644 --- a/common/schema/test.hxx +++ b/common/schema/test.hxx @@ -71,6 +71,9 @@ struct type #pragma odb type ("INTEGER UNSIGNED") bool m1; + + #pragma odb transient + char* m2; }; #endif // TEST_HXX |
