aboutsummaryrefslogtreecommitdiff
path: root/common/auto/test.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-11-14 16:24:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-11-25 06:49:01 +0200
commitd7752cdb86957f7dc0caffe6033e872443ad8153 (patch)
tree8909976800ce89089ce6b12ea02c7f18ca61453d /common/auto/test.hxx
parent0a4df2bc0c7962acbddc55b4b5668e09fb54ef7f (diff)
Implement bulk database operation support for Oracle and SQL Server
Diffstat (limited to 'common/auto/test.hxx')
-rw-r--r--common/auto/test.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/auto/test.hxx b/common/auto/test.hxx
index 61fbcc6..cee27c5 100644
--- a/common/auto/test.hxx
+++ b/common/auto/test.hxx
@@ -34,8 +34,8 @@ private:
#pragma db object
struct auto_only
{
- #pragma db auto id
- unsigned long id_;
+ #pragma db auto id pgsql:type("BIGINT")
+ unsigned short id_;
};
#endif // TEST_HXX