aboutsummaryrefslogtreecommitdiff
path: root/schema/custom/employee.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-11-17 11:44:45 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-11-17 11:44:45 +0200
commit9616e3e84946c23f64448978d9459d2a25202833 (patch)
tree209fe102c7d73b57ff3d2a4cdf68ad2df705704f /schema/custom/employee.hxx
parent508512b8db199c5bcc1affc237d6eac4e0a4818d (diff)
Add examples for Oracle
Diffstat (limited to 'schema/custom/employee.hxx')
-rw-r--r--schema/custom/employee.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/schema/custom/employee.hxx b/schema/custom/employee.hxx
index 651f8c3..0f15cf8 100644
--- a/schema/custom/employee.hxx
+++ b/schema/custom/employee.hxx
@@ -133,8 +133,8 @@ private:
employee (): name_ ("", "") {}
- #pragma db id type("INTEGER UNSIGNED") column("ssn")
- unsigned long id_;
+ #pragma db id type("INTEGER") column("ssn")
+ long id_;
#pragma db column("") // No column prefix.
name_type name_;